Skip to content

Commit 0718e66

Browse files
Update coverallsapp/github-action action to v1.2.5
1 parent 6f96ef0 commit 0718e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
working-directory: ${{ env.working-directory }}
2121
run: npm ci && npm run test-coveralls
2222
- name: Coveralls
23-
uses: coverallsapp/github-action@v1.1.2
23+
uses: coverallsapp/github-action@v1.2.5
2424
with:
2525
github-token: ${{ secrets.github_token }}
2626
path-to-lcov: ${{ env.working-directory }}/coverage/lcov.info

0 commit comments

Comments
 (0)