Skip to content

Commit 6251689

Browse files
upgrade: coverallsapp/github-action@v2 (#475)
1 parent 7533fe6 commit 6251689

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
- run: npm run test:unit
3131

3232
- name: Coveralls
33-
uses: coverallsapp/github-action@v1
33+
uses: coverallsapp/github-action@v2
3434
with:
3535
github-token: ${{ secrets.GITHUB_TOKEN }}
36-
path-to-lcov: ./build/coverage/lcov.info
36+
file: ./build/coverage/lcov.info
3737
parallel: true
3838

3939
lint:
@@ -51,6 +51,6 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: Close parallel build
54-
uses: coverallsapp/github-action@v1
54+
uses: coverallsapp/github-action@v2
5555
with:
5656
parallel-finished: true

0 commit comments

Comments
 (0)