Skip to content

Commit

Permalink
charon: add codecov.yml (#255)
Browse files Browse the repository at this point in the history
Reduces number of calls to codecov. Only do project wide statuses on commits to main, only do patch statuses on pull requests. Previously we did both every time.

category: misc
ticket: none
  • Loading branch information
corverroos authored Mar 19, 2022
1 parent c341744 commit 9eb6ee2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
coverage:
status:
project:
default:
branches: [main]
informational: true
patch:
default:
only_pulls: true # No patch status on single commits in main.
informational: true

0 comments on commit 9eb6ee2

Please sign in to comment.