Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roflmaostc authored Feb 7, 2024
1 parent 21c2649 commit a502845
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,9 @@ jobs:
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
with:
# possibly other stuff
token: ${{ secrets.CODECOV_TOKEN }
fail_ci_if_error: false # or true if you want CI to fail when Codecov fails

env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}


docs:
name: Documentation
Expand Down

0 comments on commit a502845

Please sign in to comment.