Skip to content

Commit

Permalink
Make codecov only informational (always pass). (#14952)
Browse files Browse the repository at this point in the history
This PR makes the codecov status always pass ✔️ so that it doesn't distract from actual CI failures in the commit CI summary.

https://docs.codecov.com/docs/commit-status#informational

cc: @davidwendt @mroeschke

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Matthew Roeschke (https://github.com/mroeschke)
  - Vyas Ramasubramani (https://github.com/vyasr)
  - GALI PREM SAGAR (https://github.com/galipremsagar)

URL: #14952
  • Loading branch information
bdice authored Feb 1, 2024
1 parent bbfe1c3 commit e4cd20e
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 @@ -6,6 +6,7 @@ coverage:
default:
target: auto
threshold: 5%
informational: true # The coverage will always pass

github_checks:
annotations: true

0 comments on commit e4cd20e

Please sign in to comment.