diff options
| author | Shinigami <[email protected]> | 2022-02-07 10:59:35 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-07 10:59:35 +0100 |
| commit | f1884becbc108c3ddbad952d879cec0fc5196e08 (patch) | |
| tree | a32ef3ac53ee56b62f73c80b2361de05bd43d77f | |
| parent | a4dc873a800c3c92679212fa322071688c1984b5 (diff) | |
| download | faker-f1884becbc108c3ddbad952d879cec0fc5196e08.tar.xz faker-f1884becbc108c3ddbad952d879cec0fc5196e08.zip | |
ci: configure codecov threshold (#445)
| -rw-r--r-- | .github/.codecov.yml | 7 |
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% |
