Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e75b8b0

Browse files
committed
Fix codecov.yml so it is valid.
1 parent 3e98838 commit e75b8b0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/codecov.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ coverage:
2121
if_no_uploads: error
2222
if_not_found: success
2323
if_ci_failed: failure
24-
paths: '!lib/.*/tests/.*'
24+
paths:
25+
- '!lib/.*/tests/.*'
2526
tests:
2627
target: auto
2728
if_no_uploads: error
2829
if_not_found: success
2930
if_ci_failed: failure
30-
paths: 'lib/.*/tests/.*'
31+
paths:
32+
- 'lib/.*/tests/.*'

0 commit comments

Comments
 (0)