79736724

Date: 2025-08-15 18:15:00
Score: 2
Natty:
Report link

I ran into this issue myself.

I found out that the codecov action is just an upload script. The reports (for coverage etc.) must be generated with the help of other tools.

So for my Java project I added jacoco execution which generates a coverage report. Codecov action is then able to detect this report and upload it to codecov.io.

Regards, Roman

Reasons:
  • Blacklisted phrase (1): Regards
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: R4FT3R