Skip to content

Commit

Permalink
pytest --cov=tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirs-git committed Apr 27, 2023
1 parent cb7b261 commit 4e15994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
run: pip install -r requirements.txt
- name: Run tests
run: pytest -v -m "not developing" tests
# - name: Tests report
# run: coverage report
- name: Test coverage report
run: pytest --cov=tests

0 comments on commit 4e15994

Please sign in to comment.