Skip to content

Commit

Permalink
Enforces equal or increasing code coverage in PRs
Browse files Browse the repository at this point in the history
* Utilizes Codecov yaml configuration: https://docs.codecov.com/docs/codecov-yaml

Signed-off-by: Tommy Markley <[email protected]>
  • Loading branch information
Tommy Markley committed May 6, 2022
1 parent cba0764 commit 6a2cb50
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/.codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# https://docs.codecov.com/docs/codecov-yaml
coverage:
status:
project:
default:
# https://docs.codecov.com/docs/commit-status#target
target: auto # coverage must be equal or above the previous commit

0 comments on commit 6a2cb50

Please sign in to comment.