We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed58aa2 commit ae13037Copy full SHA for ae13037
1 file changed
.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Test with pytest
34
run: |
35
poetry run coverage run -m pytest tests
36
- poetry run coverage report xml
+ poetry run coverage xml
37
- uses: codecov/codecov-action@v2
38
with:
39
files: ./coverage.xml
0 commit comments