mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 02:54:29 +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:
|
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
|
||||||
|
Reference in New Issue
Block a user