Skip to content

Commit

Permalink
Merge pull request #5 from AndrewGibbs/codecov-setup
Browse files Browse the repository at this point in the history
Codecov setup
  • Loading branch information
AndrewGibbs authored Nov 19, 2024
2 parents 5891942 + 4080089 commit 26868f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
- name: Upload results to Codecov
uses: codecov/codecov-action@v4
with:
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
docs:
name: Documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit 26868f8

Please sign in to comment.