Skip to content

Commit 570d760

Browse files
chore: configure Codecov to include only relevant directories for coverage (operator-framework#1431)
- Updated .codecov.yml to include only specific directories (api/, cmd/, internal/) in coverage reports - Excluded documentation, YAML configurations, and test files to improve coverage accuracy and prevent irrelevant CI coverage failures
1 parent 66ecaac commit 570d760

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: codecov.yml

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
codecov:
22
notify:
33
after_n_builds: 2
4+
5+
# Configure the paths to include in coverage reports.
6+
# Exclude documentation, YAML configurations, and test files.
7+
coverage:
8+
paths:
9+
- "api/"
10+
- "cmd/"
11+
- "internal/"

0 commit comments

Comments
 (0)