aboutsummaryrefslogtreecommitdiff
path: root/.codecov.yml
diff options
context:
space:
mode:
Diffstat (limited to '.codecov.yml')
-rw-r--r--.codecov.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.codecov.yml b/.codecov.yml
index 4ba3431b..73ff9f9e 100644
--- a/.codecov.yml
+++ b/.codecov.yml
@@ -1,5 +1,6 @@
ignore:
- - tests/*/*
- - **/*_test.c
+ - "tests"
+ - "perf"
+ - "**/*_test.c"
coverage:
range: 50..85