codecov / codecov-javascript-bundler-plugins

Set of bundler plugins that allow users to upload bundle stats to Codecov.
MIT License
4 stars 1 forks source link

Build hangs on angular 17 webpack completion in GitHub Actions #146

Open kwongtn opened 2 weeks ago

kwongtn commented 2 weeks ago

Please do correct the title if deemed unsuitable, I'm not that well-versed in front-end development 🥲

📣 Feedback / 🐛 Bugs

As the title suggests, when the build completes, it does not run to completion. Rather it hangs until github times it out (which previously was 6 hours but I hard-limit it to 30 minutes now).

Weirdly enough though, it runs fine locally but in GitHub Actions it fails. Also if I do debug: true in codecovWebpackPlugin configs, it hangs locally too.

Sample run: https://github.com/kwongtn/rosak_firebase/actions/runs/9605749364/job/26493953821


When I disable codecovWebpackPlugin , it builds nicely, therefore isolating the issue: https://github.com/kwongtn/rosak_firebase/actions/runs/9606060496/job/26494903532

My repo & branch: https://github.com/kwongtn/rosak_firebase/tree/staging

Help? 🥲