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