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 12d0d9a commit 45d7ab5Copy full SHA for 45d7ab5
.github/workflows/test-coverage-upload.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: bahmutov/npm-install@v1
21
22
- name: Run test cases
23
- run: npm test:cover
+ run: npm run test:cover
24
25
- name: Upload coverage to Codecov
26
uses: codecov/codecov-action@v2
0 commit comments