From 4a8a3c055e5b6d18bad22749e5660b8fd164ed6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 01:15:42 +0000 Subject: [PATCH] [github-actions] Bump MishaKav/pytest-coverage-comment 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](https://github.com/mishakav/pytest-coverage-comment/compare/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] --- .github/workflows/run-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 77d62a5..fa379da 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -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/pytest-coverage-comment@v1.1.52 + uses: MishaKav/pytest-coverage-comment@v1.1.53 if: github.event_name != 'dependabot[bot]' with: pytest-coverage-path: ./pytest-result.txt