Skip to content

Commit 4f6d70c

Browse files
authored
fix coverage error 2
1 parent b95c851 commit 4f6d70c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
pip install .[dev]
2525
- name: Test
2626
run: |
27-
pytest -n auto -x -rA
27+
pytest -n auto -x -rA --cov=./ --cov-report xml
2828
- name: Codecov
2929
uses: codecov/codecov-action@v2
3030
with:

0 commit comments

Comments
 (0)