diff --git a/.codecov.yml b/.codecov.yml index 8272b0f37c1..ca1cffb1fa4 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -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/"