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