diff options
| author | griest024 <[email protected]> | 2022-03-23 18:10:41 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-23 23:10:41 +0100 |
| commit | 825a8c89a2a1390713ca27877eac9bd19a0c19be (patch) | |
| tree | 70eb4b98c214b033a5c219578a5d3225446295ba /.github | |
| parent | 1b08de821588a1d5a2436c177c20d60a66e8a977 (diff) | |
| download | faker-825a8c89a2a1390713ca27877eac9bd19a0c19be.tar.xz faker-825a8c89a2a1390713ca27877eac9bd19a0c19be.zip | |
ci: reduce diff coverage target (#663)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/.codecov.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/.codecov.yml b/.github/.codecov.yml index 21bd0ca3..1cd3212b 100644 --- a/.github/.codecov.yml +++ b/.github/.codecov.yml @@ -13,5 +13,5 @@ coverage: threshold: 2% patch: default: - target: 95% + target: 40% threshold: 1% |
