diff options
author | Sergey Shepelev <temotor@gmail.com> | 2021-05-14 12:31:27 +0300 |
---|---|---|
committer | Sergey Shepelev <temotor@gmail.com> | 2021-09-01 12:04:12 +0300 |
commit | 254a772893ed5a376d7b1e76816aebe1a4fc1c7b (patch) | |
tree | a1f8230d5426b9e813d2f684f91d90f39ceaa6b7 | |
parent | aeb0390094a1c3f29bb4f25a8dab96587a86b3e8 (diff) | |
download | eventlet-254a772893ed5a376d7b1e76816aebe1a4fc1c7b.tar.gz |
codecov: allow 3% threshold to pass status check
-rw-r--r-- | codecov.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml index 6e9350e..f06f3e6 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,3 +4,8 @@ codecov: coverage: precision: 0 round: down + status: + project: + default: + target: auto + threshold: 3% |