MUSE_OS
MUSE_OS copied to clipboard
Coverage not currently being uploaded to codecov
The coverage is not currently being uploaded to codecov. As well as meaning the coverage won't be updated, it also means the codecov app won't run its checks for PRs.
Here's the relevant part of the CI log:
Error: Codecov token not found. Please provide Codecov token with -t flag.
Warning: Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
The problem is that codecov (recently?) made it compulsory to pass a token so you can't upload coverage anonymously anymore. We'll want to save this in our GitHub secrets. See readme here: https://github.com/codecov/codecov-action
I'm tagging @dalonsoa because he has the right permissions, but this isn't urgent!