diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55539da..0a3bed9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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