Skip to content

Commit

Permalink
Remove pytest coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
zsoltkebel committed Feb 10, 2024
1 parent b48499b commit f257f5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_event_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
- name : Run tests
working-directory: ./installation_and_upgrade
run: |
pip install pytest pytest-cov
python -m pytest --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
pip install pytest
python -m pytest --doctest-modules --junitxml=junit/test-results.xml

0 comments on commit f257f5b

Please sign in to comment.