diff --git a/.github/workflows/.codecov.yml b/.github/workflows/.codecov.yml index 78fefa8..b943c19 100644 --- a/.github/workflows/.codecov.yml +++ b/.github/workflows/.codecov.yml @@ -23,7 +23,7 @@ jobs: - name: Run tests and collect coverage run: coverage run --omit="./tests" -m pytest - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.2 with: token: ${{ secrets.CODECOV_TOKEN }} slug: IFCA-Advanced-Computing/anjana