Skip to content

Commit

Permalink
tmp lower codecov coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-fleming committed Dec 11, 2024
1 parent b147fb4 commit 978ac98
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 @@ -5,7 +5,8 @@ comment:
coverage:
# The value range where you want the value to be green
# Hold ourselves to a high bar.
range: 90..100
# TMP 80 floor until cairo-coverage becomes more stable
range: 80..100
status:
project:
coverage:
Expand All @@ -16,7 +17,8 @@ coverage:
patch:
default:
# Require new code to have 90%+ coverage.
target: 90%
# TMP target until cairo-coverage becomes more stable
target: 80%
threshold: 2%

ignore:
Expand All @@ -27,4 +29,3 @@ ignore:

github_checks:
annotations: false

0 comments on commit 978ac98

Please sign in to comment.