Stream: helpdesk (published)

Topic: codecov "This repo has been deactivated"


view this post on Zulip John Lapeyre (Sep 22 2024 at 22:00):

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?

view this post on Zulip John Lapeyre (Sep 23 2024 at 03:38):

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