Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BastelBaus authored Jun 16, 2024
1 parent 73c5357 commit 15bf6f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Pytest coverage comment
uses: MishaKav/pytest-coverage-comment@main
with:
pytest-coverage-path: ./pytest-coverage.txt
junitxml-path: ./pytest.xml
pytest-coverage-path: ./tests/pytest-coverage.txt
junitxml-path: ./tests/pytest.xml

- name: Check the output coverage
run: |
Expand Down

0 comments on commit 15bf6f8

Please sign in to comment.