Skip to content

Commit

Permalink
Enforce 85% new line coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
taylanisikdemir committed Mar 25, 2024
1 parent 81a37e4 commit 6dd59dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ coverage:
if_ci_failed: ignore # require the CI to pass before setting the status
patch:
default:
informational: true
target: 85% # specify the target coverage for each commit status
# option: "auto" (compare against parent commit or pull request base)
# option: "X%" a static target percentage to hit
threshold: 0% # allow the coverage drop by x% before marking as failure
comment:
layout: "header, files, footer"
hide_project_coverage: false
Expand Down

0 comments on commit 6dd59dc

Please sign in to comment.