Upload coverage reports even if there are test failures

Description

It seems Codecov doesn’t upload reports if there are test failures, even though Jacoco has them generated. I want to upload them regardless of test failures. I couldn’t find any arguments in the README.md[1] to change this behaviour. Is there a way I can do this?

[1] GitHub - codecov/codecov-action: GitHub Action that uploads coverage to Codecov

Got it fixed with this[1].

[1] Contexts - GitHub Docs

Thanks.

1 Like