debug tests

This commit is contained in:
J. Nick Koston 2023-12-12 11:04:17 -10:00
parent df4366b4e8
commit 04dcd13b27
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ jobs:
- run: mypy aioesphomeapi
name: Check typing with mypy
if: ${{ matrix.python-version == '3.11' && matrix.extension == 'skip_cython' }}
- run: pytest -vv --cov=aioesphomeapi --cov-report=xml --tb=native tests
- run: pytest -vvvs --cov=aioesphomeapi --cov-report=xml --tb=native tests
name: Run tests with pytest
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3