Skip to content

Commit

Permalink
Update tests-python.yml #46
Browse files Browse the repository at this point in the history
  • Loading branch information
kelyacf authored May 3, 2024
1 parent 1396e8c commit 0ac896a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Run Test
run: |
python -m xmlrunner discover tests -v -o test_reports
pytest -v --cov=./ tests/
pytest -v --cov=./ tests/ --cov-report=html
- name: Publish Test Results
Expand Down

0 comments on commit 0ac896a

Please sign in to comment.