8000 Action: Fix test coverage · sanchezg/PyMySQL@592c4d2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 592c4d2

Browse files
committed
Action: Fix test coverage
1 parent 6270177 commit 592c4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Run test
8585
run: |
8686
pytest -v --cov --cov-config .coveragerc pymysql
87-
pytest -v --cov --cov-config .coveragerc --doctest-modules pymysql/converters.py
87+
pytest -v --cov-append --cov-config .coveragerc --doctest-modules pymysql/converters.py
8888
8989
- name: Run MySQL8 auth test
9090
if: ${{ matrix.mysql_auth }}

0 commit comments

Comments
 (0)
0