Skip to content

Commit ed24f34

Browse files
committed
wrong module
1 parent 1ae7c54 commit ed24f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mindsdb_python_sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Build coverage file
6060
run: |
61-
pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=mindsdb_sql tests/ | tee pytest-coverage.txt
61+
pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=mindsdb_sdk tests/ | tee pytest-coverage.txt
6262
6363
- name: Pytest coverage comment
6464
uses: MishaKav/pytest-coverage-comment@main

0 commit comments

Comments
 (0)