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 5c42a6c commit 0005ef3
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 @@ -23,7 +23,7 @@ jobs:
architecture: x64
- name: Install requirements
run: pip install -r requirements.txt
- name: Run tests
- name: Tests
run: pytest -v -m "not developing" tests
- name: Test coverage report
- name: Test coverage
run: pytest --cov=tests

0 comments on commit 0005ef3

Please sign in to comment.