Apply the suggestion given by the codecov team

This commit is contained in:
Pedro Algarvio 2020-01-16 12:57:42 +00:00
parent 3e913631bb
commit cb0f4dff87
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -7,6 +7,9 @@ codecov:
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)"'
ignore:
- ^*.py$ # python files at the repo root, ie, setup.py
@ -68,9 +71,9 @@ flags:
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)"'
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.