Skip to content

Commit

Permalink
Merge pull request #305 from JuliaDiff/gd/add_codecov_token
Browse files Browse the repository at this point in the history
Add codecov token to CI
  • Loading branch information
ChrisRackauckas authored Oct 7, 2024
2 parents a984510 + 58aaed4 commit 20e4c03
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 @@ -40,6 +40,7 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
with:
directories: src,ext
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info

0 comments on commit 20e4c03

Please sign in to comment.