##// END OF EJS Templates
Fix codecov.yml syntax...
Nikita Kniazev -
Show More
@@ -5,10 +5,10 b' coverage:'
5 default: false
5 default: false
6 library:
6 library:
7 target: auto
7 target: auto
8 paths: '!.*/tests/.*'
8 paths: ['!.*/tests/.*']
9 tests:
9 tests:
10 target: auto
10 target: auto
11 paths: '.*/tests/.*'
11 paths: ['.*/tests/.*']
12 codecov:
12 codecov:
13 require_ci_to_pass: false
13 require_ci_to_pass: false
14
14
General Comments 0
You need to be logged in to leave comments. Login now