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 c9fe1f8 commit 2a402ac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ jobs:
- name: Run Test
run: |
python -m xmlrunner discover tests -v -o test_reports
pytest --cov=./ tests/
pytest --cov=./ tests/ --cov-report=xml
- uses: 5monkeys/cobertura-action@master
with:
path: coverage.xml
minimum_coverage: 75

- name: Publish Test Results
uses: mikepenz/action-junit-report@v4
Expand Down

0 comments on commit 2a402ac

Please sign in to comment.