From 924189b3ca2759151b1c0cd17be4939de688763b Mon Sep 17 00:00:00 2001 From: johniexu <281910378@qq.com> Date: Thu, 26 Jun 2025 15:32:00 +0800 Subject: [PATCH] ci: Update node.js.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 测试失败不应该统计代码覆盖率 --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 119363f..f6f3209 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -39,7 +39,7 @@ jobs: - run: npm test # https://github.com/marketplace/actions/vitest-coverage-report - name: 'Report Coverage' - if: always() # Also generate the report if tests are failing + # if: always() # Also generate the report if tests are failing uses: davelosert/vitest-coverage-report-action@v2 - name: Generate markdown files run: npm run docs:build