Skip to content

Commit b3823d4

Browse files
authored
ci: drop codecov "tests" coverage aws#6204
# 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 46e973f commit b3823d4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

codecov.yml

-5
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)