mirror of
https://github.com/lucaspalomodevelop/Party.git
synced 2026-03-13 00:07:21 +00:00
more testing stuff
This commit is contained in:
parent
2ebfbe76dc
commit
98f1b0fca6
5
.github/workflows/python-app.yml
vendored
5
.github/workflows/python-app.yml
vendored
@ -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
|
||||
|
||||
BIN
tests/.coverage
BIN
tests/.coverage
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user