diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 6ba05ff..1b6878f 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -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 diff --git a/tests/.coverage b/tests/.coverage index c56878f..06fe11f 100644 Binary files a/tests/.coverage and b/tests/.coverage differ