From a68f6316dfd64423c79af12f7eeaf9e12d0f2163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=B6ger?= Date: Wed, 14 Feb 2024 18:23:54 +0100 Subject: [PATCH] debugging workflow --- .github/workflows/pytest-coverage.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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