Skip to content

Commit

Permalink
[CI] Ignore failures uploading coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Nov 3, 2023
1 parent f7218ec commit 01a7d11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/UnitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
with:
files: lcov.info
- uses: julia-actions/julia-uploadcoveralls@v1
continue-on-error: true
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}

Expand Down

0 comments on commit 01a7d11

Please sign in to comment.