summaryrefslogtreecommitdiffstats
path: root/.codecov.yml
diff options
context:
space:
mode:
authorDenis Cornehl <denis@cornehl.org>2022-04-09 02:20:24 +0200
committerGitHub <noreply@github.com>2022-04-08 20:20:24 -0400
commite61394a97a47221b244cd5213a323ed0afccb962 (patch)
treed1272ad9ff9131d1c4c2906d899ebcd48e4052d8 /.codecov.yml
parent21dfe7f2fcee7181e515bb48d7244f7b05906db6 (diff)
ci: add test coverage reporting with codecov (#3848)
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 000000000..4266a7e4c
--- /dev/null
+++ b/.codecov.yml
@@ -0,0 +1,11 @@
+comment: false
+coverage:
+ status:
+ project:
+ default:
+ target: auto
+ threshold: 5%
+ patch:
+ default:
+ target: auto
+ threshold: 5%