From 81e546391bc56be1c24cdd827ea19ee54a836584 Mon Sep 17 00:00:00 2001 From: Nathan Moinvaziri Date: Sat, 12 Feb 2022 08:10:17 -0800 Subject: [PATCH] Added codecov yaml configuration to repository. --- .codecov.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .codecov.yaml diff --git a/.codecov.yaml b/.codecov.yaml new file mode 100644 index 00000000..50ad857b --- /dev/null +++ b/.codecov.yaml @@ -0,0 +1,26 @@ +codecov: + max_report_age: off + notify: + wait_for_ci: false + require_ci_to_pass: false +comment: + require_base: false + require_head: false +coverage: + status: + project: + default: + threshold: 0.07 +fixes: +- '/home/actions-runner/_work/zlib-ng/zlib-ng::' +- '/home/actions-runner/_work/zlib-ng/zlib-ng/build/::' +ignore: +- usr/include/.* +- /usr/include/.* +- /build/usr/include/.* +- usr/lib/.* +- /usr/lib/.* +- /build/usr/lib/.* +- usr/lib64/.* +- /usr/lib64/.* +- /build/usr/lib64/.* \ No newline at end of file -- 2.47.2