Actions: Fix pytest args (#470)

This commit is contained in:
Inada Naoki
2021-01-08 16:43:36 +09:00
committed by GitHub
parent 52c2a12861
commit 67eb9c5134

View File

@ -26,8 +26,7 @@ jobs:
env: env:
TESTDB: actions.cnf TESTDB: actions.cnf
run: | run: |
pip install -U pip
pip install -U coverage pytest pytest-cov pip install -U coverage pytest pytest-cov
pip install . pip install .
pytest --cov ./MySQLdb pytest --cov=MySQLdb tests
- uses: codecov/codecov-action@v1 - uses: codecov/codecov-action@v1