From d4e0d5d0bc52c8ec6f5b5854b38202b380e44b80 Mon Sep 17 00:00:00 2001 From: gz65555 Date: Wed, 25 Sep 2024 16:28:57 +0800 Subject: [PATCH] ci: use the right nyc --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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