From 755ce0c7717aeec60532b9eefec7071413e5d9f8 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Thu, 6 Jun 2024 08:10:24 -0700 Subject: [PATCH] fixing codecov config. --- .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 f4923d47..c937b27a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,13 +22,12 @@ jobs: with: name: coverage - name: Upload coverage reports - uses: codecov/codecov-action@v2 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + uses: codecov/codecov-action@v4 with: files: ${{ github.workspace }}/backend-coverage.txt,${{ github.workspace }}/lcov.info flags: unittests fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }} # required verbose: true storybook: name: Storybook Upload