Skip to content

Commit 0c42b7d

Browse files
committed
unit tests
1 parent 5cdf881 commit 0c42b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: Build coverage file
5151
run: |
52-
pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=mindsdb_sql tests/ | tee pytest-coverage.txt
52+
pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=mindsdb_sql_parser tests/ | tee pytest-coverage.txt
5353
5454
- name: Pytest coverage comment
5555
uses: MishaKav/pytest-coverage-comment@main

0 commit comments

Comments
 (0)