Skip to content

Commit

Permalink
wip133
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Mar 31, 2024
1 parent 7776cba commit 35b9390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-sdk-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest pytest-cov
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pytest --cache-clear --cov=app test/ > pytest-coverage.txt
pytest --cache-clear --cov=app > pytest-coverage.txt
- name: Comment coverage
uses: coroo/[email protected]
Expand Down

0 comments on commit 35b9390

Please sign in to comment.