diff --git a/.github/codecov.yml b/.github/codecov.yml deleted file mode 100644 index ddfada15..00000000 --- a/.github/codecov.yml +++ /dev/null @@ -1,10 +0,0 @@ -coverage: - status: - project: - default: - target: auto - informational: true - patch: - default: - target: 80% - informational: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94edbffa..9c9e55de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,14 +82,6 @@ jobs: - name: Run integration tests (including destructive) run: tox --skip-pkg-install -- --run-destructive - - name: Upload coverage report - uses: codecov/codecov-action@v3 - with: - files: test/coverage/reports/coverage.xml - flags: ${{ matrix.py_version.tox_env }} - fail_ci_if_error: false - verbose: true - unit: name: Unit - ${{ matrix.py_version.name}} runs-on: ubuntu-22.04 @@ -131,11 +123,3 @@ jobs: - name: Run tests run: tox --skip-pkg-install - - - name: Upload coverage report - uses: codecov/codecov-action@v3 - with: - files: test/coverage/reports/coverage.xml - flags: ${{ matrix.py_version.tox_env }} - fail_ci_if_error: false - verbose: true