Skip to content

Commit e62ae0c

Browse files
committed
Fix repo token param for coveralls report
1 parent 1257e4f commit e62ae0c

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
@@ -29,6 +29,6 @@ jobs:
2929
run: npm test
3030

3131
- name: Collect Coverage
32-
run: coveralls report -t $COVERALLS_REPO_TOKEN
32+
run: coveralls report --repo-token=$COVERALLS_REPO_TOKEN
3333
env:
3434
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 commit comments

Comments
 (0)