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