summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2022-02-08 09:41:27 +0000
committerGitHub <noreply@github.com>2022-02-08 09:41:27 +0000
commitbcf5185f9b93a1696deebf2c30c6bc9a2cc5e7d0 (patch)
treee81523da841a90f51ee8a97a3bf51181f7704962 /.github
parentc4d58f8c59a522a1f0da45d97b476fcb682a9bb4 (diff)
downloadtox-git-bcf5185f9b93a1696deebf2c30c6bc9a2cc5e7d0.tar.gz
Remove codecov (#2349)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check.yml11
1 files changed, 1 insertions, 10 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index 46e0ae42..1970a1cb 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 }}