diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2f7069b32be..b010bf6b885 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -50,7 +50,7 @@ jobs: uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - file: .coverage/coverage-unit.txt + files: .coverage/coverage-unit.txt disable_search: true flags: unit-tests name: codecov-unit-test @@ -76,7 +76,7 @@ jobs: uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - file: .coverage/coverage-unit.txt + files: .coverage/coverage-unit.txt disable_search: true flags: unit-tests name: codecov-unit-test diff --git a/.github/workflows/kind.yml b/.github/workflows/kind.yml index 1a7a65fc995..168bf029b33 100644 --- a/.github/workflows/kind.yml +++ b/.github/workflows/kind.yml @@ -118,7 +118,7 @@ jobs: uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - file: '*.cov.out*' + files: '*.cov.out*' disable_search: true flags: kind-e2e-tests name: codecov-test-e2e-encap @@ -188,7 +188,7 @@ jobs: uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - file: '*.cov.out*' + files: '*.cov.out*' disable_search: true flags: kind-e2e-tests name: codecov-test-e2e-encap-non-default @@ -260,7 +260,7 @@ jobs: uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - file: '*.cov.out*' + files: '*.cov.out*' disable_search: true flags: kind-e2e-tests name: codecov-test-e2e-encap-all-features-enabled @@ -323,7 +323,7 @@ jobs: uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - file: '*.cov.out*' + files: '*.cov.out*' disable_search: true flags: kind-e2e-tests name: codecov-test-e2e-noencap @@ -386,7 +386,7 @@ jobs: uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - file: '*.cov.out*' + files: '*.cov.out*' disable_search: true flags: kind-e2e-tests name: codecov-test-e2e-hybrid @@ -461,7 +461,7 @@ jobs: uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - file: '*.cov.out*' + files: '*.cov.out*' disable_search: true flags: kind-e2e-tests name: codecov-test-e2e-fa