Skip to content

Commit

Permalink
Update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
Co-authored-by: inky <[email protected]>
  • Loading branch information
ViralBShah and inkydragon authored Feb 24, 2024
1 parent cad9994 commit cf85076
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # required
fail_ci_if_error: true
file: lcov.info
docs:
name: Documentation
Expand Down

0 comments on commit cf85076

Please sign in to comment.