Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoranPandovski authored Sep 6, 2023
1 parent 0c83ba3 commit 40c7057
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install --no-cache-dir -e .[test]
pip install coveralls
- name: Run unit tests
run: pytest -v
shell: bash

run: pytest --cov=mindsdb_sql --cov-report=term-missing
- name: Coveralls
uses: coverallsapp/[email protected]
with:
Expand Down

0 comments on commit 40c7057

Please sign in to comment.