Skip to content

Commit 015ad9c

Browse files
committed
propper cov
1 parent 6400884 commit 015ad9c

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 --junitxml=pytest.xml --cov-report "xml:coverage.xml" --cov=tests
31+
pytest --junitxml=pytest.xml --cov-report "xml:coverage.xml" --cov=shbin tests/
3232
3333
- name: Pytest coverage comment
3434
uses: MishaKav/pytest-coverage-comment@main

0 commit comments

Comments
 (0)