From 80e49bbf9da0723793436d0401c144e6d57e9e73 Mon Sep 17 00:00:00 2001 From: PSNAppZ Date: Wed, 1 May 2024 10:52:43 +0530 Subject: [PATCH] Fix Codecov action --- .github/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 62cd05c..b587bd1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,5 +44,7 @@ jobs: - name: Run test suite run: | pytest --cov-branch --cov=openg2p_spar_mapper_api --cov=tests --cov-report=term-missing - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }}