Skip to content

Commit

Permalink
tools: disable Codecov commit statuses
Browse files Browse the repository at this point in the history
We don't want (yet?) to consider coverage as a requirement for
landing a pull request.

Refs: #47285 (comment)
Refs: https://docs.codecov.com/docs/commit-status#disabling-a-status
PR-URL: #47306
Reviewed-By: Moshe Atlow <[email protected]>
Reviewed-By: Filip Skokan <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Jiawen Geng <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
targos authored and danielleadams committed Jul 6, 2023
1 parent a72780e commit 397992e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ codecov:
notify:
# Wait for all coverage builds:
after_n_builds: 2

coverage:
status:
project: off
patch: off

0 comments on commit 397992e

Please sign in to comment.