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 1d8746c commit 897fecfCopy full SHA for 897fecf
.github/workflows/lint-test.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Run Lint
21
run: npm run lint
22
- name: Run tests
23
- run: npm test
+ run: npm test -- --coverage
24
- name: Upload coverage to Codecov
25
env:
26
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments