mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 11:10:58 +08:00
Actions: Fix pytest args (#470)
This commit is contained in:
3
.github/workflows/tests.yaml
vendored
3
.github/workflows/tests.yaml
vendored
@ -26,8 +26,7 @@ jobs:
|
||||
env:
|
||||
TESTDB: actions.cnf
|
||||
run: |
|
||||
pip install -U pip
|
||||
pip install -U coverage pytest pytest-cov
|
||||
pip install .
|
||||
pytest --cov ./MySQLdb
|
||||
pytest --cov=MySQLdb tests
|
||||
- uses: codecov/codecov-action@v1
|
||||
|
Reference in New Issue
Block a user