summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2021-10-06 18:41:18 +0200
committerChristian Heimes <christian@python.org>2021-10-06 18:44:10 +0200
commit6709a37812acf6be73d0f449b9c60ad7dc3aef55 (patch)
treec4c7e73ef0b885ef564d431a789659013fed5874 /.github/workflows
parentc78e531939d54606804208528238619f12f4220a (diff)
downloaddefusedxml-git-py310.tar.gz
Latest coverage interfers with testspy310
Drop coverage, it's not use at the moment.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 93ab2c8..1791bb8 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -32,10 +32,7 @@ jobs:
- name: "Update pip"
run: python -m pip install --upgrade pip setuptools wheel
- name: "Install tox dependencies"
- run: python -m pip install --upgrade tox tox-gh-actions coverage[toml]
+ run: python -m pip install --upgrade tox tox-gh-actions
- name: "Run tox for ${{ matrix.python-version }}"
run: "python -m tox"
- - name: "Upload coverage to Codecov"
- uses: "codecov/codecov-action@v1"
- with:
- fail_ci_if_error: true
+