diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 7f0c426aac..69cad529a3 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -38,7 +38,7 @@ jobs: - uses: codecov/codecov-action@v4 with: + disable_search: true files: e2e-cover.out flags: e2e - functionalities: fixes token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/unit-test.yaml b/.github/workflows/unit-test.yaml index ff01ae01b1..43ce247e79 100644 --- a/.github/workflows/unit-test.yaml +++ b/.github/workflows/unit-test.yaml @@ -25,7 +25,7 @@ jobs: - uses: codecov/codecov-action@v4 with: + disable_search: true files: cover.out flags: unit - functionalities: fixes token: ${{ secrets.CODECOV_TOKEN }}