Skip to content

Commit

Permalink
upgrade: coverallsapp/github-action@v2 (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
platinumazure committed Feb 11, 2024
1 parent 7533fe6 commit 6251689
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
- run: npm run test:unit

- name: Coveralls
uses: coverallsapp/github-action@v1
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./build/coverage/lcov.info
file: ./build/coverage/lcov.info
parallel: true

lint:
Expand All @@ -51,6 +51,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Close parallel build
uses: coverallsapp/github-action@v1
uses: coverallsapp/github-action@v2
with:
parallel-finished: true

0 comments on commit 6251689

Please sign in to comment.