test: run tests with verbose flag

This commit is contained in:
2022-04-30 10:52:38 +01:00
committed by GitHub
parent 1b3b07dc8e
commit 67a75927c8

View File

@@ -75,6 +75,6 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt && pip install -r requirements-dev.txt
- name: Run test suite
run: coverage run -m py.test
run: coverage run -m py.test -v
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3