We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7afe58c commit 696503fCopy full SHA for 696503f
.github/workflows/ci.yaml
@@ -45,7 +45,7 @@ jobs:
45
- name: Install test dependencies
46
run: pip install -r requirements/test.txt
47
- name: Test
48
- run: pytest
+ run: pytest --cov-report=xml
49
- name: Upload coverage to Codecov
50
uses: codecov/codecov-action@v3
51
with:
0 commit comments