Skip to content

Commit

Permalink
⬆️ Bump MishaKav/pytest-coverage-comment from 1.1.52 to 1.1.53
Browse files Browse the repository at this point in the history
Bumps [MishaKav/pytest-coverage-comment](https://github.com/mishakav/pytest-coverage-comment) from 1.1.52 to 1.1.53.
- [Release notes](https://github.com/mishakav/pytest-coverage-comment/releases)
- [Changelog](https://github.com/MishaKav/pytest-coverage-comment/blob/main/CHANGELOG.md)
- [Commits](MishaKav/pytest-coverage-comment@v1.1.52...v1.1.53)

---
updated-dependencies:
- dependency-name: MishaKav/pytest-coverage-comment
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 5b0f052 commit 738d25b
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 738d25b

Please sign in to comment.