Skip to content

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
  • Loading branch information
iory committed Jan 2, 2024
1 parent ce78534 commit 47f30f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
run: |
set -o pipefail
coverage erase
coverage run -m pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered | tee pytest-coverage.txt
coverage report | tee -a pytest-coverage.txt
coverage run -m pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered
coverage xml
- 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 47f30f2

Please sign in to comment.