diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 7f0c426aa..69cad529a 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 ff01ae01b..43ce247e7 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 }}