Skip to content

Commit

Permalink
chore(ci): Upgrade coveralls action to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed May 3, 2021
1 parent 94dc54f commit aa91a48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Expand Up @@ -55,7 +55,7 @@ jobs:
run: npm test

- name: Coveralls
uses: coverallsapp/github-action@v1.1.0
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: ${{matrix.os}}-node-${{ matrix.node }}
Expand All @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v1.1.0
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

0 comments on commit aa91a48

Please sign in to comment.