##// END OF EJS Templates
Fix codecov.yml syntax...
Nikita Kniazev -
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