Skip to content

Commit

Permalink
⬆️ Bump MishaKav/pytest-coverage-comment from 1.1.52 to 1.1.53 (#1117)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 6b2b887 commit c87d7b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ jobs:

- name: Pytest coverage comment
if: steps.pytest.outcome == 'success'
uses: MishaKav/[email protected].52
uses: MishaKav/[email protected].53
with:
pytest-coverage-path: ./pytest/test_coverage.txt
junitxml-path: ./pytest/test_output.xml
Expand All @@ -982,7 +982,7 @@ jobs:

- name: Pytest regression coverage comment
if: steps.pytest-init-regression.outcome == 'success' || steps.pytest-run-regression.outcome == 'success'
uses: MishaKav/[email protected].52
uses: MishaKav/[email protected].53
with:
pytest-coverage-path: ./pytest-regression/test_coverage.txt
junitxml-path: ./pytest-regression/test_output.xml
Expand Down

0 comments on commit c87d7b9

Please sign in to comment.