mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Last bit to disable codecov's PR status checks
This commit is contained in:
parent
ef7e797660
commit
0893fcacba
1 changed files with 3 additions and 3 deletions
|
@ -7,9 +7,8 @@ codecov:
|
|||
# require_ci_to_pass: yes # Less spammy. Only notify on passing builds.
|
||||
|
||||
|
||||
notify: off # Disable Notifications
|
||||
# notify:
|
||||
# after_n_builds: 46 # Only notify after N builds
|
||||
# after_n_builds: 25 # Only notify after N builds
|
||||
# # This value is the output of:
|
||||
# # sh -c 'echo "$(ls .ci/ | grep kitchen | wc -l)"'
|
||||
# wait_for_ci: yes # Should Codecov wait for all CI statuses to complete before sending ours.
|
||||
|
@ -28,7 +27,8 @@ coverage:
|
|||
|
||||
status:
|
||||
project: # measuring the overall project coverage
|
||||
default: false # disable the default status that measures entire project
|
||||
default:
|
||||
enabled: no # disable the default status that measures entire project
|
||||
salt: # declare a new status context "salt"
|
||||
enabled: no # must be yes|true to enable this status
|
||||
paths: "!tests/" # remove all files in "tests/"
|
||||
|
|
Loading…
Add table
Reference in a new issue