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 4bd51e9 commit 13d5688Copy full SHA for 13d5688
.github/workflows/ci.yml
@@ -34,3 +34,8 @@ jobs:
34
35
- name: Test
36
run: npm test
37
+
38
+ - name: Publish to coveralls.io
39
+ uses: coverallsapp/[email protected]
40
+ with:
41
+ github-token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/publish.yml
@@ -39,6 +39,11 @@ jobs:
42
43
44
45
46
47
- name: NPM config
48
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
49
0 commit comments