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 }}