Skip to content

Commit 49be042

Browse files
committed
Remove explicit coveralls token declaration and use environment variable
1 parent e62ae0c commit 49be042

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 --repo-token=$COVERALLS_REPO_TOKEN
32+
run: coveralls report
3333
env:
3434
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 commit comments

Comments
 (0)