]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Added codecov yaml configuration to repository.
authorNathan Moinvaziri <nathan@nathanm.com>
Sat, 12 Feb 2022 16:10:17 +0000 (08:10 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 23 Feb 2022 20:03:18 +0000 (21:03 +0100)
.codecov.yaml [new file with mode: 0644]

diff --git a/.codecov.yaml b/.codecov.yaml
new file mode 100644 (file)
index 0000000..50ad857
--- /dev/null
@@ -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