We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1257e4f commit e62ae0cCopy full SHA for e62ae0c
.github/workflows/test.yml
@@ -29,6 +29,6 @@ jobs:
29
run: npm test
30
31
- name: Collect Coverage
32
- run: coveralls report -t $COVERALLS_REPO_TOKEN
+ run: coveralls report --repo-token=$COVERALLS_REPO_TOKEN
33
env:
34
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
0 commit comments