I am working on repos that I have not touched in several years, since before I used github actions. I copy the CI.yml file from recent repos. But the codecov link shows
This repo has been deactivated
To reactivate the repo go to or upload a coverage report and it will be automatically re-activated.
Any idea how to re-activate the coverage? The relevant lines in CI.yml
- uses: codecov/codecov-action@v3
with:
files: lcov.info
These same lines seem to produce coverage reports in more recent repos.
Perhaps I need to update to codecov-action@v4. And do the token thing.
And the repos that were using v3 are still allowed to use it for some reason?
OMG. I finally got to a page configuring the disabled repo. It took a long time to see it, and I had to scroll. There is a "danger zone" at the bottom. This has a "reactivate" button. That worked.
Last updated: Nov 06 2024 at 04:40 UTC