Skip to content

Commit

Permalink
Update codecov threshold
Browse files Browse the repository at this point in the history
Was incorrectly calculated in #162.
  • Loading branch information
khaeru committed Apr 10, 2024
1 parent e9c4c93 commit 1aa7dac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ coverage:
if_ci_failed: success
# Currently, CI runs on PR branches do not include tests of (a) snapshot
# handling or (b) legacy reporting; these are only run on schedule
# triggers. This resuls in an apparent coverage drop of about 90 lines,
# or 0.46 percent. Allow this.
threshold: 0.5%
# triggers. This resuls in an apparent coverage drop of about 90 lines
# in 7157, or 1.258 percent. Allow this.
threshold: 1.3%
patch:
default:
if_ci_failed: success

0 comments on commit 1aa7dac

Please sign in to comment.