diff options
| author | Shinigami <[email protected]> | 2022-03-22 20:38:53 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-22 19:38:53 +0000 |
| commit | 3946df788fdf1e69848e9b6044fced29f52316f2 (patch) | |
| tree | fd5a7d158a0360f73e79b6932b8ea7ecdba0fd4e | |
| parent | 6e297670560fac9a6d904142bd18d303f23f2be4 (diff) | |
| download | faker-3946df788fdf1e69848e9b6044fced29f52316f2.tar.xz faker-3946df788fdf1e69848e9b6044fced29f52316f2.zip | |
ci: configure codecov patch threshold (#647)
| -rw-r--r-- | .github/.codecov.yml | 4 |
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% |
