diff options
| -rw-r--r-- | .codecov.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.codecov.yml b/.codecov.yml index 8650448..4f84cb6 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -13,8 +13,12 @@ coverage: round: down status: changes: false - patch: true - project: true + patch: + default: + threshold: 0.01 + project: + default: + threshold: 0.01 parsers: gcov: branch_detection: |
