diff --git a/.github/workflows/pytest-coverage.yml b/.github/workflows/pytest-coverage.yml index 416a817..f430a0f 100644 --- a/.github/workflows/pytest-coverage.yml +++ b/.github/workflows/pytest-coverage.yml @@ -50,11 +50,7 @@ jobs: python3 -m coverage run -m pytest tests --junitxml=report.xml; coverage report -i --include=src/*; coverage xml -i --include=src/*; - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 env: token: ${{ secrets.CODECOV_TOKEN }} slug: Digital-Dermatology/SelfClean - file: ./coverage.xml - flags: unittests - name: codecov-umbrella - fail_ci_if_error: true