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