diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4be8e193b..2e1e9bf85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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