We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e2342 commit a6f515cCopy full SHA for a6f515c
.github/workflows/test-and-release.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709 # main
33
34
- name: 🟢 Setup Node.js
35
- uses: actions/setup-node@7e24a656e1c7a0d6f3eaef8d8e84ae379a5b035b # main
+ uses: actions/setup-node@65beceff8e91358525397bdce9103d999507ab03 # main
36
with:
37
node-version-file: ".nvmrc"
38
cache: "npm"
@@ -61,6 +61,11 @@ jobs:
61
env:
62
CI: true
63
64
+ - name: ⬆️ Upload coverage report
65
+ uses: coverallsapp/github-action@e7f4f977bd3dba07a6fda03be3053f1658992446 # main
66
+ with:
67
+ github-token: ${{ secrets.GITHUB_TOKEN }}
68
+
69
- name: 🚀 Release preview
70
if: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/beta' }}
71
run: |
0 commit comments