Skip to content

Commit 8d78390

Browse files
committed
update testing
1 parent 75ef730 commit 8d78390

File tree

2 files changed

+3
-36
lines changed

2 files changed

+3
-36
lines changed

.github/workflows/coverage.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ jobs:
2929
twine check dist/*
3030
- name: Test with pytest
3131
run: |
32-
pip install pytest
33-
pytest -v
32+
pip install pytest coverage
33+
coverage run -m pytest tests/ -vv
34+
coverage report -m

0 commit comments

Comments
 (0)