Skip to content

Commit

Permalink
[github-actions] Bump MishaKav/pytest-coverage-comment
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 11, 2024
1 parent f48b9e8 commit 4a8a3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: python -m pytest --junitxml=pytest.xml --cov=merkle_zeppelin | tee pytest-result.txt

- name: Make comment with test coverage
uses: MishaKav/[email protected].52
uses: MishaKav/[email protected].53
if: github.event_name != 'dependabot[bot]'
with:
pytest-coverage-path: ./pytest-result.txt
Expand Down

0 comments on commit 4a8a3c0

Please sign in to comment.