diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 46e0ae422..1970a1cbd 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -18,7 +18,7 @@ jobs: matrix: py: - "3.10" - - "3.9.9" + - "3.9" - "3.8" - "3.7" os: @@ -60,15 +60,6 @@ jobs: PYTEST_ADDOPTS: "-vv --durations=20" CI_RUN: "yes" DIFF_AGAINST: HEAD - - name: Rename coverage report file - run: | - import os; os.rename('.tox/coverage.{}.xml'.format(os.environ['TOXENV']), '.tox/coverage.xml') - shell: python - - uses: codecov/codecov-action@v1 - with: - file: ./.tox/coverage.xml - flags: tests - name: ${{ matrix.py }} - ${{ matrix.os }} check: name: tox env ${{ matrix.tox_env }} on ${{ matrix.os }} diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 5f918427f..000000000 --- a/codecov.yml +++ /dev/null @@ -1,6 +0,0 @@ -coverage: - status: - patch: - default: - informational: true -comment: false