Skip to content

Commit 67eb9c5

Browse files
authored
Actions: Fix pytest args (#470)
1 parent 52c2a12 commit 67eb9c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
env:
2727
TESTDB: actions.cnf
2828
run: |
29-
pip install -U pip
3029
pip install -U coverage pytest pytest-cov
3130
pip install .
32-
pytest --cov ./MySQLdb
31+
pytest --cov=MySQLdb tests
3332
- uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)