debian-forge/.github/codecov.yml
Christian Kellner e85d340cd8 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.
2020-12-10 16:14:37 +01:00

9 lines
131 B
YAML

coverage:
status:
patch: no
project:
default:
threshold: 5%
codecov:
require_ci_to_pass: yes
comment: no