diff --git a/.codecov.yml b/.codecov.yml index e5086996a..1c8366328 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -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%