Skip to content

Commit 3f05bdb

Browse files
committed
ci: drop codecov "tests" coverage
Problem: The "tests" codecov target always reports 0%, probably because the test code is ignored. Solution: The "tests" target is not useful without more configuration, so drop it for now.
1 parent 70a9295 commit 3f05bdb

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
@@ -81,11 +81,6 @@ coverage:
8181
target: 80
8282
threshold: 5
8383
only_pulls: true
84-
tests:
85-
# Most code in test/ should always be "covered"!
86-
target: 95
87-
paths:
88-
- '**/test/**'
8984
patch:
9085
default:
9186
# Note: `default` measures the entire project.

0 commit comments

Comments
 (0)