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 2501b2d commit 0a74a37Copy full SHA for 0a74a37
1 file changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
run: npm run format
29
30
- name: Run Tests with Coverage
31
- run: npm test -- --coverage
+ run: npm test
32
33
- name: Run type checks
34
run: npm run typecheck
0 commit comments