Skip to content

Commit

Permalink
Merge pull request #41 from JuliaDSP/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-4
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
2 parents b676141 + f0d2bb3 commit 959393a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ jobs:
- uses: julia-actions/julia-runtest@latest
- uses: julia-actions/julia-processcoverage@latest
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}

- uses: coverallsapp/github-action@main
with:
Expand Down

0 comments on commit 959393a

Please sign in to comment.