Skip to content

Commit 8e6379f

Browse files
committed
fix coverage upload
1 parent 1a7dcef commit 8e6379f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
node-version: 22
2121
- run: npm ci --ignore-scripts --no-audit --no-fund
22-
- run: npm test-coverage
22+
- run: npm run test-coverage
2323
- name: Upload coverage reports to Codecov
2424
uses: codecov/codecov-action@v5
2525
with:

0 commit comments

Comments
 (0)