From aed8ce9da277f5ecffe968b324f242c41c3b752a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 10:50:31 +0200 Subject: Adding upstream version 2:9.0.1378. Signed-off-by: Daniel Baumann --- .codecov.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .codecov.yml (limited to '.codecov.yml') 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" -- cgit v1.2.3