From 448464dd64963b213b9d90ab5450abfe1e8f04fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:07:27 +0000 Subject: [PATCH] Bump MishaKav/pytest-coverage-comment from 1.1.50 to 1.1.52 Bumps [MishaKav/pytest-coverage-comment](https://github.com/mishakav/pytest-coverage-comment) from 1.1.50 to 1.1.52. - [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.50...v1.1.52) --- 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/avr_python_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/avr_python_tests.yml b/.github/workflows/avr_python_tests.yml index dbe4bfe..c67682d 100644 --- a/.github/workflows/avr_python_tests.yml +++ b/.github/workflows/avr_python_tests.yml @@ -83,7 +83,7 @@ jobs: - name: Add Coverage Comment if: failure() || github.event_name == 'pull_request' - uses: MishaKav/pytest-coverage-comment@v1.1.50 + uses: MishaKav/pytest-coverage-comment@v1.1.52 with: pytest-xml-coverage-path: coverage.xml junitxml-path: pytest.xml