Skip to content

Commit

Permalink
Upd cov comment matching
Browse files Browse the repository at this point in the history
  • Loading branch information
A committed Jul 15, 2024
1 parent 96a978f commit 5a520e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: poetry run pytest --cache-clear --cov=zapusk | tee pytest-coverage.txt

- name: Pytest coverage comment
if: matrix.python-version == '3.11'
if: matrix.python-version == '3.12'
uses: MishaKav/pytest-coverage-comment@main
with:
pytest-coverage-path: ./pytest-coverage.txt

0 comments on commit 5a520e6

Please sign in to comment.