codecov notification changes

- require the reporting of 5 builds to try and prevent Github actions + Jenkins race condition
 - don't report if there's no change
This commit is contained in:
Daniel Agar 2020-01-30 21:50:59 -05:00 committed by GitHub
parent 1acb947124
commit d089bacb1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
codecov:
require_ci_to_pass: yes
notify:
after_n_builds: 5
wait_for_ci: yes
coverage:
precision: 2
@ -22,7 +25,7 @@ parsers:
comment:
layout: "reach,diff,flags,tree"
behavior: default
require_changes: no
require_changes: yes
ignore:
- "src/examples"