ci: use the right nyc

This commit is contained in:
gz65555
2024-09-25 16:28:57 +08:00
parent ec4a457eb0
commit d4e0d5d0bc

View File

@@ -70,7 +70,7 @@ jobs:
- name: Test
run: npm run test-cov
- name: Report
run: nyc report --reporter=lcov
run: ./node_modules/.bin/nyc report --reporter=lcov
- run: pnpm install codecov -w
- name: Upload coverage to Codecov
run: ./node_modules/.bin/codecov