cookiecutter-hypermodern-python
cookiecutter-hypermodern-python copied to clipboard
Coverage job is skipped when tests fail
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.
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.