##// END OF EJS Templates
Split coverage into distinct library and tests stats...
Nikita Kniazev -
Show More
@@ -1,8 +1,13 b''
1 1 coverage:
2 2 status:
3 3 patch: off
4 4 project:
5 default:
5 default: false
6 library:
6 7 target: auto
8 paths: '!.*/tests/.*'
9 tests:
10 target: auto
11 paths: '.*/tests/.*'
7 12 codecov:
8 13 require_ci_to_pass: false
General Comments 0
You need to be logged in to leave comments. Login now