Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BastelBaus authored Jun 16, 2024
1 parent 63719ee commit 5802a8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
cd Galaxy6DLib
pip install pytest pytest-cov pytest-datafiles
pytest --doctest-modules --junitxml=junit/test-results.xml ---cov=. --cov-report=html
pytest --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
# pytest --doctest-modules --junitxml=junit/test-results.xml ---cov=. --cov-report=html
# pytest tests.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html

0 comments on commit 5802a8c

Please sign in to comment.