Skip to content

Commit

Permalink
Merge pull request #104 from DrChainsaw/fixcodecov
Browse files Browse the repository at this point in the history
Update for codecov
  • Loading branch information
DrChainsaw authored Jul 12, 2024
2 parents 518a505 + bdc022d commit 1c1b90f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,13 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
if: matrix.os == 'ubuntu-latest'
- uses: codecov/codecov-action@v4
if: matrix.os == 'ubuntu-latest'
with:
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false # CI don't fail if Codecov is down. Maybe it should...
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 comments on commit 1c1b90f

Please sign in to comment.