Skip to content

Commit

Permalink
[CI] Fix broken Coveralls step
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Jan 14, 2025
1 parent ceb36f7 commit 546d12e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
depwarn: error
- uses: julia-actions/julia-processcoverage@v1
- name: Coveralls
uses: coverallsapp/github-action@v1.1.2
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: lcov.info
path-to-lcov: lcov.info
flag-name: run-${{ join(matrix.*, '-') }}
parallel: true

0 comments on commit 546d12e

Please sign in to comment.