aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorShinigami <[email protected]>2022-02-07 10:59:35 +0100
committerGitHub <[email protected]>2022-02-07 10:59:35 +0100
commitf1884becbc108c3ddbad952d879cec0fc5196e08 (patch)
treea32ef3ac53ee56b62f73c80b2361de05bd43d77f /.github
parenta4dc873a800c3c92679212fa322071688c1984b5 (diff)
downloadfaker-f1884becbc108c3ddbad952d879cec0fc5196e08.tar.xz
faker-f1884becbc108c3ddbad952d879cec0fc5196e08.zip
ci: configure codecov threshold (#445)
Diffstat (limited to '.github')
-rw-r--r--.github/.codecov.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/.codecov.yml b/.github/.codecov.yml
index 3c471565..d782656d 100644
--- a/.github/.codecov.yml
+++ b/.github/.codecov.yml
@@ -4,3 +4,10 @@ comment:
require_changes: false
require_base: false
require_head: true
+
+coverage:
+ status:
+ project:
+ default:
+ target: 95%
+ threshold: 2%