Skip to content

Commit

Permalink
Use only_pulls: true in codecov.yml to only require coverage on pull …
Browse files Browse the repository at this point in the history
…requests
  • Loading branch information
albireox committed Dec 15, 2023
1 parent 9393be6 commit 1a67952
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ coverage:
default:
target: 90% # Require to cover at least 90% of the new code
informational: false
only_pulls: true # Only require coverage on pull requests

0 comments on commit 1a67952

Please sign in to comment.