From d2a5bb4c7f86e07f70b0607dc108a02ce27699a1 Mon Sep 17 00:00:00 2001 From: fisker Date: Wed, 29 Oct 2025 08:07:35 +0800 Subject: [PATCH] Fix coverage report --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 737d4870e..d6c675982 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,7 @@ jobs: shell: bash - uses: codecov/codecov-action@v4 with: + disable_search: true files: coverage/lcov.info name: ${{ matrix.os }}/${{ matrix.node-version }} token: ${{ secrets.CODECOV_TOKEN }}