chore_: configure codecov (#6005)
* chore_: configure codecov * fix_: after_n_builds
This commit is contained in:
parent
9240222fbe
commit
768cda8de9
13
.codecov.yml
13
.codecov.yml
|
@ -4,7 +4,8 @@
|
||||||
codecov:
|
codecov:
|
||||||
require_ci_to_pass: false
|
require_ci_to_pass: false
|
||||||
notify:
|
notify:
|
||||||
wait_for_ci: true
|
wait_for_ci: false
|
||||||
|
after_n_builds: 2
|
||||||
|
|
||||||
ignore:
|
ignore:
|
||||||
- "_.*"
|
- "_.*"
|
||||||
|
@ -16,25 +17,25 @@ ignore:
|
||||||
coverage:
|
coverage:
|
||||||
status:
|
status:
|
||||||
project:
|
project:
|
||||||
default:
|
|
||||||
informational: true
|
|
||||||
unit-tests:
|
unit-tests:
|
||||||
target: auto
|
target: auto
|
||||||
|
threshold: 1
|
||||||
flags:
|
flags:
|
||||||
- unit
|
- unit
|
||||||
functional-tests:
|
functional-tests:
|
||||||
|
threshold: 0.1
|
||||||
target: auto
|
target: auto
|
||||||
flags:
|
flags:
|
||||||
- functional
|
- functional
|
||||||
patch:
|
patch:
|
||||||
default:
|
default:
|
||||||
informational: true
|
target: 50
|
||||||
unit-tests:
|
unit-tests:
|
||||||
target: auto
|
informational: true
|
||||||
flags:
|
flags:
|
||||||
- unit
|
- unit
|
||||||
functional-tests:
|
functional-tests:
|
||||||
target: auto
|
informational: true
|
||||||
flags:
|
flags:
|
||||||
- functional
|
- functional
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue