Skip to content

Commit 4dbbb14

Browse files
committed
use pytest instead of coverage
1 parent e8fcaed commit 4dbbb14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
env:
3535
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
3636
run: |
37-
pip install coveralls pytest
38-
coverage run --source Hologram -m pytest
37+
pip install coveralls pytest-cov
38+
pytest --cov=Hologram tests/
3939
coveralls

0 commit comments

Comments
 (0)