Integrate with codecov. Define a threshold of 5% to pass. Coverage is cumulative, i.e. all the tests send their coverage to codecov, which will integrate them all into a total.
9 lines
131 B
YAML
9 lines
131 B
YAML
coverage:
|
|
status:
|
|
patch: no
|
|
project:
|
|
default:
|
|
threshold: 5%
|
|
codecov:
|
|
require_ci_to_pass: yes
|
|
comment: no
|