Skip to content

Commit 4d29847

Browse files
committed
Update Coveralls action version and fix file parameter in workflows
1 parent 8b21218 commit 4d29847

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
- name: Test lib
3131
run: npm run test:lib -- --bail 1
3232
- name: Coveralls
33-
uses: coverallsapp/github-action@master
33+
uses: coverallsapp/github-action@2
3434
with:
3535
github-token: ${{ secrets.GITHUB_TOKEN }}
36-
files: coverage/clover.xml
36+
file: coverage/clover.xml
3737
continue-on-error: true
3838
test-js:
3939
runs-on: ubuntu-latest

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- name: Test lib
1616
run: npm run test:lib -- --bail 1
1717
- name: Coveralls
18-
uses: coverallsapp/github-action@master
18+
uses: coverallsapp/github-action@2
1919
with:
2020
github-token: ${{ secrets.GITHUB_TOKEN }}
21-
files: coverage/clover.xml
21+
file: coverage/clover.xml
2222
continue-on-error: true
2323
test-js:
2424
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)