From a6b4040defac3a2e7c1d0b411a534fc978d6d984 Mon Sep 17 00:00:00 2001 From: Marcos Schroh <2828842+marcosschroh@users.noreply.github.com> Date: Wed, 22 May 2024 11:00:54 +0100 Subject: [PATCH] ci: codecov step fixed (#183) Co-authored-by: Marcos Schroh --- .github/workflows/pr-tests.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pr-tests.yaml b/.github/workflows/pr-tests.yaml index 9dc90e7..92ad8fd 100644 --- a/.github/workflows/pr-tests.yaml +++ b/.github/workflows/pr-tests.yaml @@ -58,10 +58,9 @@ jobs: ./scripts/test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4.4.0 with: file: ./coverage.xml - flags: unittests name: kstreams fail_ci_if_error: true token: ${{secrets.CODECOV_TOKEN}}