diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 470811987..8eb6adc95 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -75,6 +75,7 @@ jobs: - name: Upload Coverage Results to Codecov uses: codecov/codecov-action@v5 with: + disable_search: true files: coverage.xml token: ${{ secrets.CODECOV_TOKEN }}