Skip to content

Commit

Permalink
Set version of coveralls action to v2 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholters committed May 16, 2024
1 parent 7b6e3e4 commit 918d2ad
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 @@ -40,10 +40,9 @@ jobs:
with:
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
- uses: coverallsapp/github-action@master
- uses: coverallsapp/github-action@v2
with:
path-to-lcov: lcov.info
github-token: ${{ secrets.GITHUB_TOKEN }}
file: lcov.info
flag-name: run-${{ matrix.os }}-${{ matrix.julia-version }}-${{ matrix.julia-arch }}
parallel: true

Expand All @@ -53,7 +52,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

0 comments on commit 918d2ad

Please sign in to comment.