Skip to content

Commit fa63eb3

Browse files
committed
CI: Fix codecov step
- Typo: `uses` -> `run` - Use NPX instead of hard-coded path
1 parent c1371ca commit fa63eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
- name: Run lint and tests
3434
run: npm run test
3535
- name: Collect / generate code coverage reporting
36-
uses: ./node_modules/.bin/nyc report --reporter=text-lcov
36+
run: npx --no-install nyc report --reporter=text-lcov
3737
- name: Upload code coverage reporting
3838
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)