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 c2cc04e commit 1a7dcefCopy full SHA for 1a7dcef
.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
+ - run: npm test-coverage
23
- name: Upload coverage reports to Codecov
24
uses: codecov/codecov-action@v5
25
0 commit comments