ci: send coverage data to codecov
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.
This commit is contained in:
parent
b603641a99
commit
e85d340cd8
2 changed files with 12 additions and 0 deletions
9
.github/codecov.yml
vendored
Normal file
9
.github/codecov.yml
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
coverage:
|
||||
status:
|
||||
patch: no
|
||||
project:
|
||||
default:
|
||||
threshold: 5%
|
||||
codecov:
|
||||
require_ci_to_pass: yes
|
||||
comment: no
|
||||
Loading…
Add table
Add a link
Reference in a new issue