##// END OF EJS Templates
Merge pull request #13260 from Kojoley/fix-codecov.yml-syntax...
Matthias Bussonnier -
r27019:d687796c merge
parent child Browse files
Show More
@@ -5,10 +5,10 b' coverage:'
5 5 default: false
6 6 library:
7 7 target: auto
8 paths: '!.*/tests/.*'
8 paths: ['!.*/tests/.*']
9 9 tests:
10 10 target: auto
11 paths: '.*/tests/.*'
11 paths: ['.*/tests/.*']
12 12 codecov:
13 13 require_ci_to_pass: false
14 14
General Comments 0
You need to be logged in to leave comments. Login now