Skip to content

Commit

Permalink
Disable test coverage
Browse files Browse the repository at this point in the history
We don't use it
  • Loading branch information
vcarl committed Oct 21, 2024
1 parent 6c0a684 commit 786f82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- run: npm ci

- name: Run vitest
run: npm run test -- --coverage
run: npm run test

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 786f82d

Please sign in to comment.