An article was published last month on the Codecov.io blog which goes through setting up Unity with GitHub Actions and integrating Codecov coverage.
Hey @Unity-Nikos , Thanks for sharing the article, it’s very helpful!
I think I was able to setup everything in accordance with the article, but getting “There was an error processing coverage reports.” error on codegov (the report is uploaded from GitHub actions without issues).
I’ve already reported the issue to codegov (Error processing coverage reports with GitHub actions - Bug Fixes - Codecov), but maybe someone here have an idea what could be wrong.
Here is the report with the error: Codecov
And here is the CI log on GitHub: https://github.com/Elringus/SpriteDicing/runs/3808579551
UPD: Nevermind, the issue was due to a bug in the new codecov uploader ([v0.1.4 regression] The file list in the uploaded reports is squashed · Issue #411 · codecov/uploader · GitHub). Thanks again for the article!