cookiecutter-hypermodern-python icon indicating copy to clipboard operation
cookiecutter-hypermodern-python copied to clipboard

Coverage job is skipped when tests fail

Open cjolowicz opened this issue 4 years ago • 1 comments
trafficstars

https://github.com/cjolowicz/retrocookie/pull/389

When tests fail, the job failure prevents the coverage job from running (even though the coverage data is uploaded to GitHub). This means that there is no coverage report within GA, and the combined coverage data is not uploaded to CodeCov.

cjolowicz avatar Nov 19 '21 21:11 cjolowicz

A separate, but related problem: The steps generating the coverage report fail if the coverage does not reach the target, so the coverage report is not uploaded to Codecov.

cjolowicz avatar Feb 07 '22 21:02 cjolowicz