summaryrefslogtreecommitdiff
path: root/.codecov.yml
blob: db5314bf675a3886468ff75daccc0bd6325d7736 (plain)
1
2
3
4
5
6
7
ignore:
 - "tests"
 - "src/testing"
 - "perf"
 - "**/*_test.c"
coverage:
 range: 50..95