From b10104a9a5190c4a567e988632e6f3511ee8bae8 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Thu, 6 Jun 2024 08:09:54 -0700 Subject: [PATCH] cleanup codecov config. --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 93b3ea59f..54855a21e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -55,8 +55,8 @@ jobs: path: ${{ github.workspace }}/coverage.txt retention-days: 1 - name: Upload coverage report - uses: codecov/codecov-action@v2 - if: success() || failure() + uses: codecov/codecov-action@v4 + if: always() with: files: ${{ github.workspace }}/coverage.txt flags: unittests