Skip to content

Commit

Permalink
Merge pull request #522 from JuliaDSP/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
ViralBShah committed Feb 3, 2024
2 parents 4de3d8d + 8b3c062 commit 1f65a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
files: lcov.info
docs:
Expand Down

1 comment on commit 1f65a45

@wheeheee
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage isn't uploading since v4 stopped supporting tokenless uploading (codecov/codecov-action#1248 and here).
Should need an extra token: entry for the coverage to be uploaded.
I had to add the CODECOV_TOKEN repository secret under "Secrets and Variables / Actions" in addition to ".. / Dependabot".
Also, I think the Codecov GitHub app may need to be installed for this organization.

Please sign in to comment.