mirror of
https://github.com/galacean/engine.git
synced 2026-06-01 08:14:10 +08:00
ci: use the right nyc
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user