Skip to content

Commit

Permalink
gh-35056: Make automatic codecov report less noisy
Browse files Browse the repository at this point in the history
    
Fixes #35016. ~We *turn off automatic codecov comment.*~

~After this PR, someone needs to implement a github action that sends
code coverage information as a quiet comment, like the current built-
documentation comment.~
    
URL: #35056
Reported by: Kwankyu Lee
Reviewer(s): Tobias Diez
  • Loading branch information
Release Manager committed Mar 24, 2023
2 parents c00e6c2 + 8c804c7 commit ce41bee
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# https://docs.codecov.com/docs/pull-request-comments#disable-comment
comment: false
# https://docs.codecov.com/docs/commit-status
coverage:
status:
project:
default:
target: auto
threshold: 0%
base: auto
patch:
default:
target: auto
threshold: 0%
base: auto

0 comments on commit ce41bee

Please sign in to comment.