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 1a7dcef commit 8e6379fCopy full SHA for 8e6379f
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
node-version: 22
21
- run: npm ci --ignore-scripts --no-audit --no-fund
22
- - run: npm test-coverage
+ - run: npm run test-coverage
23
- name: Upload coverage reports to Codecov
24
uses: codecov/codecov-action@v5
25
0 commit comments