We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b95c851 commit 4f6d70cCopy full SHA for 4f6d70c
1 file changed
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
pip install .[dev]
25
- name: Test
26
run: |
27
- pytest -n auto -x -rA
+ pytest -n auto -x -rA --cov=./ --cov-report xml
28
- name: Codecov
29
uses: codecov/codecov-action@v2
30
with:
0 commit comments