diff --git a/.codecov.yml b/.codecov.yml index 56b1844c961..f7934a9966f 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -5,10 +5,16 @@ codecov: wait_for_ci: yes coverage: + status: + project: + default: + threshold: 0.05% # Allow up to 0.05% coverage decrease before failing the build + patch: + default: + threshold: 0.05% # Allow up to 0.05% coverage decrease before failing the build range: 80...100 precision: 3 round: down - threshold: 0.05 # Allow up to 0.05% coverage decrease before failing the build ignore: - "SentryTestUtilsTests/**"