Skip to content

Commit

Permalink
Merge pull request #55888 from s0undt3ch/hotfix/coverage-reporting
Browse files Browse the repository at this point in the history
Disable codecov PR comments and status checks
  • Loading branch information
dwoz authored Mar 10, 2020
2 parents 3e91363 + 4b8dc8a commit a204906
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ codecov:

branch: master

notify:
require_ci_to_pass: yes # Less spammy. Only notify on passing builds.
# notify:
# require_ci_to_pass: yes # Less spammy. Only notify on passing builds.
# after_n_builds: 46 # Only notify after N builds
# # This value is the output of:
# # sh -c 'echo "$(ls .ci/ | grep kitchen | wc -l)"'

# Disable Notifications
notify: off

ignore:
- ^*.py$ # python files at the repo root, ie, setup.py
Expand Down Expand Up @@ -66,14 +72,17 @@ flags:
paths:
- tests/

comment:
layout: "reach, diff, flags, files"
#comment:
# layout: "reach, diff, flags, files"
# after_n_builds: 46 # Only comment on PRs after N builds
# # This value is the output of:
# # sh -c 'echo "$(ls .ci/ | grep kitchen | wc -l)"'

behavior: new # Comment posting behaviour
# default: update, if exists. Otherwise post new.
# once: update, if exists. Otherwise post new. Skip if deleted.
# new: delete old and post new.
# spammy: post new (do not delete old comments).
#
# behavior: new # Comment posting behaviour
# # default: update, if exists. Otherwise post new.
# # once: update, if exists. Otherwise post new. Skip if deleted.
# # new: delete old and post new.
# # spammy: post new (do not delete old comments).
#
# Disable Comments
comment: off

0 comments on commit a204906

Please sign in to comment.