cjolowicz opened this issue 3 years ago · 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().
if: always()
See also #1074