Add after_n_builds to codecov.yml (#8913)

This commit is contained in:
Sylvia Moss 2020-03-19 13:18:03 +01:00 committed by GitHub
parent 3dae5df6e4
commit 7979ab0543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ comment:
require_changes: true # only comment on changes in coverage require_changes: true # only comment on changes in coverage
require_base: yes # [yes :: must have a base report to post] require_base: yes # [yes :: must have a base report to post]
require_head: yes # [yes :: must have a head report to post] require_head: yes # [yes :: must have a head report to post]
after_n_builds: 3 # wait for all OS test coverage builds to post comment
branches: # branch names that can post comment branches: # branch names that can post comment
- "master" - "master"