diff --git a/.github/workflows/coverage-report.yaml b/.github/workflows/coverage-report.yaml index aeb5cfa6b..0799d7814 100644 --- a/.github/workflows/coverage-report.yaml +++ b/.github/workflows/coverage-report.yaml @@ -30,4 +30,5 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.info + disable_search: 'true' fail_ci_if_error: true