Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m-tmatma committed Apr 13, 2024
1 parent b5025e3 commit c216097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest-pytest-coverage-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- name: Run tests
run: |
set -o pipefail
python -m pytest --junitxml=pytest.xml --cov-report=term-missing . | tee pytest-coverage.txt
python -m pytest --cov-report "xml:coverage.xml" --junitxml=pytest.xml --cov-report=term-missing .
- name: Pytest coverage comment
uses: MishaKav/pytest-coverage-comment@main
with:
pytest-coverage-path: ./pytest-coverage.txt
pytest-xml-coverage-path: ./coverage.xml
junitxml-path: ./pytest.xml

0 comments on commit c216097

Please sign in to comment.