Skip to content

Commit

Permalink
Revert codecov patch threshold to 85% (uber#5982)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylanisikdemir authored and abhishekj720 committed May 7, 2024
1 parent dfd0f00 commit 60d84b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ coverage:
if_ci_failed: ignore # require the CI to pass before setting the status
patch:
default:
target: 0% # specify the target coverage for each commit status
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
Expand Down

0 comments on commit 60d84b6

Please sign in to comment.