diff options
| author | Christian Heimes <christian@python.org> | 2021-10-06 18:41:18 +0200 |
|---|---|---|
| committer | Christian Heimes <christian@python.org> | 2021-10-06 18:44:10 +0200 |
| commit | 6709a37812acf6be73d0f449b9c60ad7dc3aef55 (patch) | |
| tree | c4c7e73ef0b885ef564d431a789659013fed5874 /.github/workflows | |
| parent | c78e531939d54606804208528238619f12f4220a (diff) | |
| download | defusedxml-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.yml | 7 |
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 + |
