Skip to content

Commit a42df33

Browse files
Test coverage v2 action
1 parent 85e4e47 commit a42df33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Test
4242
run: yarn coverage
4343
- name: Coveralls
44-
uses: coverallsapp/github-action@master
44+
uses: coverallsapp/github-action@v2
4545
with:
4646
github-token: ${{ secrets.GITHUB_TOKEN }}
4747
env:

0 commit comments

Comments
 (0)