Skip to content

Commit e7a4d63

Browse files
committed
ci: fix test coverage
1 parent b3dab64 commit e7a4d63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: npm run typecheck
2929

3030
- name: Test
31-
run: npm test:coverage
31+
run: npm run test:coverage
3232

3333
- name: Upload coverage reports to Codecov
3434
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)