We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e98838 commit e75b8b0Copy full SHA for e75b8b0
1 file changed
.github/codecov.yml
@@ -21,10 +21,12 @@ coverage:
21
if_no_uploads: error
22
if_not_found: success
23
if_ci_failed: failure
24
- paths: '!lib/.*/tests/.*'
+ paths:
25
+ - '!lib/.*/tests/.*'
26
tests:
27
target: auto
28
29
30
- paths: 'lib/.*/tests/.*'
31
32
+ - 'lib/.*/tests/.*'
0 commit comments