[Enhancement/CI] Fix or remove the codecov step of the repo CI #1820
Labels
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
priority/minor
Lowest priority. Possibly useful, but not yet enough support to actually get it done.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
In the ci-repo.yaml workflow, the codecov action is used to upload test coverage info to Codecov service and have the report posted back to the PR. This process has not been working a quite some time, with the error often looking like this:
There are 2 solutions:
Option 2 would require:
Update 31-May-24: Other CI changes seems to have enabled the codecov plugin on PRs. However, it also looks like the reports on the PRs are based on reports submitted from the target branch (i.e. main). The codecov steps in the repo-level CI is disabled for normal merges. This probably should also change.
The text was updated successfully, but these errors were encountered: