Skip to content

Commit 3b0ea78

Browse files
committed
chore: remove coverage tests from Ci/CD
Since test suite now requires a running redis server, this wouldn't pass.
1 parent f80c77c commit 3b0ea78

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/node.js.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,3 @@ jobs:
2828
cache: 'npm'
2929
- run: npm ci
3030
- run: npm run build --if-present
31-
- run: npm run coverage
32-
33-
# Save coverage report in Coveralls
34-
- name: Coveralls
35-
uses: coverallsapp/github-action@master
36-
with:
37-
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)