Merge pull request #492 from saimn/tox

Try to fix issue with tox-gh-actions
This commit is contained in:
Simon Conseil
2023-06-03 16:53:38 +02:00
committed by GitHub

View File

@@ -34,7 +34,7 @@ jobs:
- name: Install Tox
run: python -m pip install tox tox-gh-actions coverage
- name: Run Tox
run: tox
run: tox run
- name: Convert coverage
run: python -m coverage xml
- name: Upload coverage to Codecov