diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c12d9527..987857b2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -102,12 +102,3 @@ jobs: coverage run -m unittests.test_all coverage combine coverage xml - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 - with: - token: ${{ secrets.CODECOV_TOKEN }} - file: coverage.xml - flags: unittests - env_vars: OS,PYTHON - name: codecov-umbrella - fail_ci_if_error: true