Skip to content

Commit

Permalink
tmp increase threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-fleming committed Dec 11, 2024
1 parent 978ac98 commit 533f7ba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ coverage:
coverage:
# Use the coverage from the base commit (pull request base) coverage to compare against.
# Once we have a baseline we can be more strict.
# TMP threshold until cairo-coverage becomes more stable
target: auto
threshold: 2%
threshold: 4%
patch:
default:
# Require new code to have 90%+ coverage.
# TMP target until cairo-coverage becomes more stable
# TMP target and threshold until cairo-coverage becomes more stable
target: 80%
threshold: 2%
threshold: 4%

ignore:
- "**/tests/**"
Expand Down

0 comments on commit 533f7ba

Please sign in to comment.