aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorShinigami <[email protected]>2022-03-22 20:38:53 +0100
committerGitHub <[email protected]>2022-03-22 19:38:53 +0000
commit3946df788fdf1e69848e9b6044fced29f52316f2 (patch)
treefd5a7d158a0360f73e79b6932b8ea7ecdba0fd4e /.github
parent6e297670560fac9a6d904142bd18d303f23f2be4 (diff)
downloadfaker-3946df788fdf1e69848e9b6044fced29f52316f2.tar.xz
faker-3946df788fdf1e69848e9b6044fced29f52316f2.zip
ci: configure codecov patch threshold (#647)
Diffstat (limited to '.github')
-rw-r--r--.github/.codecov.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/.codecov.yml b/.github/.codecov.yml
index d782656d..21bd0ca3 100644
--- a/.github/.codecov.yml
+++ b/.github/.codecov.yml
@@ -11,3 +11,7 @@ coverage:
default:
target: 95%
threshold: 2%
+ patch:
+ default:
+ target: 95%
+ threshold: 1%