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