aboutsummaryrefslogtreecommitdiffstats
path: root/codecov.yml
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2024-02-18 00:34:30 +0100
committerJay Berkenbilt <ejb@ql.org>2024-02-18 00:34:30 +0100
commit1ab7c43a221df952dbdad20cc228e050c6379926 (patch)
tree462519ec59b42b7925d2871c20b00501da00a12f /codecov.yml
parentc1a48ec81dfd7252c7f414257c16b5bc522f97f5 (diff)
downloadqpdf-1ab7c43a221df952dbdad20cc228e050c6379926.tar.zst
Support CodeCov
Diffstat (limited to 'codecov.yml')
-rw-r--r--codecov.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml
new file mode 100644
index 00000000..05cc35f3
--- /dev/null
+++ b/codecov.yml
@@ -0,0 +1,11 @@
+# When modifying this file, please validate using
+# curl -X POST --data-binary @codecov.yml https://codecov.io/validate
+
+coverage:
+ status:
+ project:
+ default:
+ informational: true
+ patch:
+ default:
+ informational: true