We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1371ca commit fa63eb3Copy full SHA for fa63eb3
.github/workflows/nodejs.yml
@@ -33,6 +33,6 @@ jobs:
33
- name: Run lint and tests
34
run: npm run test
35
- name: Collect / generate code coverage reporting
36
- uses: ./node_modules/.bin/nyc report --reporter=text-lcov
+ run: npx --no-install nyc report --reporter=text-lcov
37
- name: Upload code coverage reporting
38
uses: codecov/codecov-action@v3
0 commit comments