Skip to content

Commit

Permalink
Merge pull request #3073 from metacpan/haarg/coverage-threshold
Browse files Browse the repository at this point in the history
set a 1% theshold for coverage changes
  • Loading branch information
oalders authored May 15, 2024
2 parents 4f143b5 + d1aae90 commit 4b4afe7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@ comment:
require_base: false # [true :: must have a base report to post]
require_head: true # [true :: must have a head report to post]
hide_project_coverage: false # [true :: only show coverage on the git diff]
coverage:
status:
patch:
default:
threshold: 1%
project:
default:
threshold: 1%

0 comments on commit 4b4afe7

Please sign in to comment.