diff --git a/.github/workflows/.codecov.yml b/.github/workflows/.codecov.yml index b943c19..2bf50cd 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@v5.0.2 + uses: codecov/codecov-action@v5.0.7 with: token: ${{ secrets.CODECOV_TOKEN }} slug: IFCA-Advanced-Computing/anjana