build(ci): refine code coverage thresholds
[poolifier.git] / .c8rc.json
1 {
2 "check-coverage": true,
3 "lines": 90,
4 "statements": 90,
5 "functions": 92,
6 "branches": 92
7 }