We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 669d804 commit 30f7f79Copy full SHA for 30f7f79
.github/workflows/ci.yml
@@ -21,5 +21,5 @@ jobs:
21
- run: npm install -g npm
22
- run: npm install -g nyc codecov
23
- run: npm ci
24
- - run: npm test:cover
+ - run: npm run test:cover
25
- run: codecov -f coverage/*.json
0 commit comments