Update .github/workflows/ci.yml

This commit is contained in:
J. Nick Koston 2023-12-12 11:11:28 -10:00 committed by GitHub
parent 3f743f365a
commit de6242f3b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 -vvvs --cov=aioesphomeapi --cov-report=xml --tb=native tests
- run: pytest -vv --cov=aioesphomeapi --cov-report=xml --tb=native tests
name: Run tests with pytest
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3