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 18edeb6 commit cc8245dCopy full SHA for cc8245d
.github/workflows/workflow.yml
@@ -22,7 +22,7 @@ jobs:
22
run: npm ci
23
24
- name: Unit tests
25
- run: npm run test
+ run: npm run test:cov
26
27
- name: Codecov
28
uses: codecov/[email protected]
0 commit comments