From 483b846d4144e1e11baafe928cc1c745ef317490 Mon Sep 17 00:00:00 2001 From: Harel M Date: Wed, 10 Apr 2024 23:21:27 +0300 Subject: [PATCH] Disable search as was suggested (#3973) --- .github/workflows/test-all.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index d62d36e486..1d94917947 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -52,6 +52,7 @@ jobs: files: ${{ github.workspace }}/coverage/unit/codecov.json verbose: true token: ${{ secrets.CODECOV_TOKEN }} + disable_search: true integration-tests: name: Integration tests @@ -110,6 +111,7 @@ jobs: files: ${{ github.workspace }}/coverage/render/codecov.json verbose: true token: ${{ secrets.CODECOV_TOKEN }} + disable_search: true - name: Upload render test failure if: failure() uses: actions/upload-artifact@v4