cjolowicz/cookiecutter-hypermodern-python

Missing Codecov upload when coverage is too low

cjolowicz opened this issue · 0 comments

The steps generating the coverage report fail if the coverage does not reach the target. As a consequence, the coverage report is not uploaded to Codecov.

The XML report step and the Codecov upload step likely just need an if: always().

See also #1074