more testing stuff

This commit is contained in:
hyperbel 2023-07-05 03:11:37 +02:00
parent 2ebfbe76dc
commit 98f1b0fca6
2 changed files with 4 additions and 1 deletions

View File

@ -35,4 +35,7 @@ jobs:
flake8 party --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest
pytest -v
- name: Checking code coverage
run: |
pytest --cov

Binary file not shown.