Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**"
Expand Down
Loading