diff options
Diffstat (limited to 'mnv/.codecov.yml')
| -rw-r--r-- | mnv/.codecov.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mnv/.codecov.yml b/mnv/.codecov.yml new file mode 100644 index 0000000000..ef95777989 --- /dev/null +++ b/mnv/.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" |
