8000 Merge pull request #25698 from stefmolin/validate-codecov · matplotlib/matplotlib@925fe82 · GitHub
[go: up one dir, main page]

Skip to content

Commit 925fe82

Browse files
authored
Merge pull request #25698 from stefmolin/validate-codecov
Fix codecov.yml so it is valid.
2 parents 3e98838 + e75b8b0 commit 925fe82

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