nmfs-fish-tools / ghactions4r

Reusable github actions workflows for R packages
https://nmfs-fish-tools.github.io/ghactions4r/
12 stars 1 forks source link

[Bug]: code coverage github action not successfully uploading reports #122

Closed k-doering-NOAA closed 4 months ago

k-doering-NOAA commented 4 months ago

Describe the bug

The code coverage action is no longer successfully uploading reports. This is because codecov.io now requires a per-repository token to upload coverage reports to codecov.io

To Reproduce

Look in a recent gha run. Although it looks like the upload passes, reading through the log makes it clear it does not.

Expected behavior

Reports successfully uploaded.

R-lib recently modified their example, so we can make similar changes in ghactions4r.

Screenshots

No response

Which OS are you seeing the problem on?

No response

Which browser are you seeing the problem on?

No response

Which version of ghactions4r are you seeing the problem on?

No response

Additional Context

No response