diff --git a/.github/workflows/tests-python.yml b/.github/workflows/tests-python.yml index d683d14..1fd379b 100644 --- a/.github/workflows/tests-python.yml +++ b/.github/workflows/tests-python.yml @@ -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