adjusted .codecov.yml a bit - hopefully we get better results

This commit is contained in:
Ulf Gebhardt 2019-05-08 15:46:19 +02:00
parent ddb33da045
commit 6aa4426c42
No known key found for this signature in database
GPG Key ID: 44C888923CC8E7F3

View File

@ -2,7 +2,7 @@ codecov:
#token: uuid # Your private repository token
#url: "http" # for Codecov Enterprise customers
#slug: "owner/repo" # for Codecov Enterprise customers
branch: master # override the default branch
#branch: master # override the default branch
#bot: username # set user whom will be the consumer of oauth requests
#ci: # Custom CI domains if Codecov does not identify them automatically
# - ci.domain.com
@ -10,12 +10,12 @@ codecov:
# # ex. You may test on Travis, Circle, and AppVeyor, but only need
# # to check if Travis passes. Therefore add: !circle and !appveyor
notify:
after_n_builds: null # number of expected builds to recieve before sending notifications
# after: check ci status unless disabled via require_ci_to_pass
#after_n_builds: null # number of expected builds to recieve before sending notifications
# # after: check ci status unless disabled via require_ci_to_pass
require_ci_to_pass: yes # yes: will delay sending notifications until all ci is finished
# no: will send notifications without checking ci status and wait till "after_n_builds" are uploaded
countdown: null # number of seconds to wait before first ci build check
delay: null # number of seconds to wait between ci build checks
#countdown: null # number of seconds to wait before first ci build check
#delay: null # number of seconds to wait between ci build checks
coverage:
precision: 2 # 2 = xx.xx%, 0 = xx%