Skip to content

Commit 7b295bd

Browse files
committed
add formating xml and right path
1 parent ec8e95e commit 7b295bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pip install -e .[dev]
2929
- name: Build coverage file
3030
run: |
31-
pytest --cov-report "xml:coverage.xml" --cov=src tests/
31+
pytest --cov-report "xml:coverage.xml" --cov=tests
3232
3333
- name: Pytest coverage comment
3434
uses: MishaKav/pytest-coverage-comment@main

0 commit comments

Comments
 (0)