Skip to content

Commit a6f515c

Browse files
committed
chore: Add coveralls step to test-and-release
1 parent 77e2342 commit a6f515c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test-and-release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709 # main
3333

3434
- name: 🟢 Setup Node.js
35-
uses: actions/setup-node@7e24a656e1c7a0d6f3eaef8d8e84ae379a5b035b # main
35+
uses: actions/setup-node@65beceff8e91358525397bdce9103d999507ab03 # main
3636
with:
3737
node-version-file: ".nvmrc"
3838
cache: "npm"
@@ -61,6 +61,11 @@ jobs:
6161
env:
6262
CI: true
6363

64+
- name: ⬆️ Upload coverage report
65+
uses: coverallsapp/github-action@e7f4f977bd3dba07a6fda03be3053f1658992446 # main
66+
with:
67+
github-token: ${{ secrets.GITHUB_TOKEN }}
68+
6469
- name: 🚀 Release preview
6570
if: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/beta' }}
6671
run: |

0 commit comments

Comments
 (0)