Skip to content

Commit a1de2e1

Browse files
committed
Remove unused report configuration in Codecov
The 'report.exclude_labels' section was removed from the Codecov configuration as it is no longer needed. This simplifies the configuration file.
1 parent 6397968 commit a1de2e1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.codecov.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ coverage:
1111
threshold: 1%
1212
informational: true
1313

14-
# Report coverage for all files, even if not touched in PR
15-
report:
16-
exclude_labels:
17-
- "skip-coverage"
18-
1914
comment:
2015
layout: "reach,diff,flags,tree"
2116
behavior: default

0 commit comments

Comments
 (0)