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 eb328ea commit fab1eddCopy full SHA for fab1edd
.github/workflows/ci.yml
@@ -27,5 +27,6 @@ jobs:
27
run: npm run test
28
- name: 🎯 Coverage
29
uses: coverallsapp/github-action@master
30
+ run: npm run test:coveralls
31
with:
32
github-token: ${{secrets.TOKEN}}
0 commit comments