We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0653db1 commit 9d53572Copy full SHA for 9d53572
.github/workflows/CI.yml
@@ -33,12 +33,4 @@ jobs:
33
python -m pip install --upgrade coverage[toml] tox tox-gh-actions
34
35
- name: Run tox targets for ${{ matrix.python-version }}
36
- run: coverage run -m tox
37
-
38
- - name: Coverage report
39
- run: coverage xml
40
41
- - name: Coveralls
42
- uses: coverallsapp/github-action@v2
43
- with:
44
- format: cobertura
+ run: python -m tox
0 commit comments