From d0ecfc0ed678cda2a6803b882051dc23f22f7d05 Mon Sep 17 00:00:00 2001 From: Todd Ekenstam <3845995+tekenstam@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:01:17 -0700 Subject: [PATCH] Update codecov GHA config (#468) --- .github/workflows/ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fed0391..2bf7248 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,12 +46,11 @@ jobs: - name: Run Tests run: make test - - name: Codecov + - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: file: ./coverage.txt + token: ${{ secrets.CODECOV_TOKEN }} - name: Set up QEMU if: (github.event_name == 'push' || github.event_name == 'release') && github.repository == 'keikoproj/upgrade-manager'