mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
adjusted .codecov.yml a bit - hopefully we get better results
This commit is contained in:
parent
ddb33da045
commit
6aa4426c42
10
.codecov.yml
10
.codecov.yml
@ -2,7 +2,7 @@ codecov:
|
|||||||
#token: uuid # Your private repository token
|
#token: uuid # Your private repository token
|
||||||
#url: "http" # for Codecov Enterprise customers
|
#url: "http" # for Codecov Enterprise customers
|
||||||
#slug: "owner/repo" # 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
|
#bot: username # set user whom will be the consumer of oauth requests
|
||||||
#ci: # Custom CI domains if Codecov does not identify them automatically
|
#ci: # Custom CI domains if Codecov does not identify them automatically
|
||||||
# - ci.domain.com
|
# - ci.domain.com
|
||||||
@ -10,12 +10,12 @@ codecov:
|
|||||||
# # ex. You may test on Travis, Circle, and AppVeyor, but only need
|
# # ex. You may test on Travis, Circle, and AppVeyor, but only need
|
||||||
# # to check if Travis passes. Therefore add: !circle and !appveyor
|
# # to check if Travis passes. Therefore add: !circle and !appveyor
|
||||||
notify:
|
notify:
|
||||||
after_n_builds: null # number of expected builds to recieve before sending notifications
|
#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: 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
|
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
|
# 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
|
#countdown: null # number of seconds to wait before first ci build check
|
||||||
delay: null # number of seconds to wait between ci build checks
|
#delay: null # number of seconds to wait between ci build checks
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
precision: 2 # 2 = xx.xx%, 0 = xx%
|
precision: 2 # 2 = xx.xx%, 0 = xx%
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user