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 60ee3ec commit cd65a5dCopy full SHA for cd65a5d
.github/workflows/coverage.yml
@@ -21,7 +21,7 @@ jobs:
21
run: npm install
22
- name: ⚙️ Create coverage
23
run: npm run test:coveralls
24
- with:
+ env:
25
COVERALLS_REPO_TOKEN: ${{secrets.COVERALLS_REPO_TOKEN}}
26
- name: 📨 Send report to Coveralls
27
uses: coverallsapp/github-action@master
0 commit comments