Skip to content

Commit

Permalink
chore: update coverallsapp ci action to v1.2.4 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
njasm authored Jul 16, 2024
1 parent 7408826 commit 09eefdd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v1.1.2
uses: coverallsapp/github-action@v1.2.4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: run ${{ join(matrix.*, ' - ') }}
parallel: true
parallel-finished: true

windows:
Expand Down

0 comments on commit 09eefdd

Please sign in to comment.