summaryrefslogtreecommitdiffstats
path: root/.codecov.yml
diff options
context:
space:
mode:
Diffstat (limited to '.codecov.yml')
-rw-r--r--.codecov.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml
new file mode 100644
index 0000000..8ce62c5
--- /dev/null
+++ b/.codecov.yml
@@ -0,0 +1,12 @@
+coverage:
+ range: "80...100"
+ status:
+ project:
+ default:
+ threshold: 0.05%
+
+# Files not run by tests
+ignore:
+ - "src/dosinst.c"
+ - "src/dosinst.h"
+ - "src/uninstall.c"