Skip to content

Commit

Permalink
add codecov token to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mastrof committed May 21, 2024
1 parent 849dd08 commit 0498af4
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 @@ -42,8 +42,9 @@ jobs:
- uses: julia-actions/julia-runtest@latest
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
with:
with:
fail_ci_if_error: false # or true if you want CI to fail when Codecov fails
token: ${{ secrets.CODECOV_TOKEN }}
docs:
name: Documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0498af4

Please sign in to comment.