codacy / codacy-coverage-reporter-action

GitHub Action for the codacy-coverage-reporter
Other
56 stars 15 forks source link

[TS-504] Coverage reporter fails on windows builds #72

Closed codemasher closed 11 months ago

codemasher commented 11 months ago

Hey, I'm currently having the issue that the coverage reporter fails for no apparent reason. I know that the coverage data exists because it gets successfully sent to codecov in a previous step.

Here's the failed workflow run: https://github.com/chillerlan/php-oauth-core/actions/runs/5684420064/job/15407483856 The last successful run a handful of commits before: https://github.com/chillerlan/php-oauth-core/actions/runs/5578109937/job/15105169028

Screenshot in case the workflow run expires: Screenshot of the failed workflow run

github-actions[bot] commented 11 months ago

Internal ticket created : TS-504

pondchamp commented 11 months ago

+1, we're currently experiencing stoppages in our deployment pipeline since this step is failing

DMarinhoCodacy commented 11 months ago

Hello @pondchamp and @codemasher,

Sorry to hear that you're not able to upload coverage and thanks for your report.

Can you rerun your jobs and give us feedback?

codemasher commented 11 months ago

Hey @DMarinhoCodacy! I ran a build on another project and it looks like the coverage reporter still fails.

DMarinhoCodacy commented 11 months ago

Hello @codemasher,

I'm checking it.

Thanks.

DMarinhoCodacy commented 11 months ago

Hello @codemasher ,

I've been making some changes to the tool. Can you try again?

Thanks in advance.

codemasher commented 11 months ago

All green now! Thank you for looking into it! 🎉 However, one of the Codacy jobs took almost 3 minutes to complete.

DMarinhoCodacy commented 11 months ago

Hello @codemasher, I'm happy to know that!

Since this is a new version of the reporter, it downloaded the tool and it took some time. The next times, it's expected to take less time.

Thanks!

codemasher commented 11 months ago

Ok, good to know! Thank you!