Let codecov decide when to push notifications

This commit is contained in:
Pedro Algarvio 2019-12-08 09:23:30 +00:00
parent 718e7e6afe
commit c6355b062e
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -68,9 +68,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.