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:
Christian Kellner 2020-12-04 18:31:32 +01:00
parent b603641a99
commit e85d340cd8
2 changed files with 12 additions and 0 deletions

9
.github/codecov.yml vendored Normal file
View file

@ -0,0 +1,9 @@
coverage:
status:
patch: no
project:
default:
threshold: 5%
codecov:
require_ci_to_pass: yes
comment: no