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 9d18daf commit adf4040Copy full SHA for adf4040
.github/workflows/nodejs.yml
@@ -34,4 +34,4 @@ jobs:
34
- run: 'npm run lint'
35
- run: 'npm run build'
36
- run: 'npm run cover'
37
- - run: 'nyc report --reporter=lcov > coverage.lcov && codecov'
+ - run: 'npx nyc report --reporter=lcov > coverage.lcov && npx codecov'
0 commit comments