Last bit to disable codecov's PR status checks

This commit is contained in:
Pedro Algarvio 2020-04-16 15:28:26 +01:00
parent ef7e797660
commit 0893fcacba
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -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/"