We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6400884 commit 015ad9cCopy full SHA for 015ad9c
.github/workflows/pytest.yml
@@ -28,7 +28,7 @@ jobs:
28
pip install -e .[dev]
29
- name: Build coverage file
30
run: |
31
- pytest --junitxml=pytest.xml --cov-report "xml:coverage.xml" --cov=tests
+ pytest --junitxml=pytest.xml --cov-report "xml:coverage.xml" --cov=shbin tests/
32
33
- name: Pytest coverage comment
34
uses: MishaKav/pytest-coverage-comment@main
0 commit comments