coverallsapp / coverage-reporter

Self-contained, universal coverage uploader binary. Under development.
https://coveralls.io
MIT License
49 stars 17 forks source link

v0.3.7 fails to upload lcov on Windows #64

Closed kevinoid closed 1 year ago

kevinoid commented 1 year ago

What was wrong?

This morning coverallsapp/github-action fails to upload lcov coverage files on Windows for projects which were previously working. It produces errors such as the following:

I have only observed this issue on Windows. It appears to be due to the handling of backslashes in paths, which causes the variation in error messages.

mrexox commented 1 year ago

Hey! Thank you for reporting, I've just release a v0.3.8 which fixes this bug. Just re-run the workflow, and everything should work fine.

kevinoid commented 1 year ago

Thanks for the lightning-fast fix @mrexox! It solves the issue for me.