We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77268d1 commit 68397d7Copy full SHA for 68397d7
1 file changed
.github/workflows/test.yml
@@ -29,8 +29,8 @@ jobs:
29
run: pip install tox tox-gh-actions
30
31
- name: Test with tox
32
- run:
33
- tox
+ run: |
+ tox &&
34
coverage xml -o coverage.xml
35
36
- name: Upload coverage to Codecov
0 commit comments