From 67f5a3144f18ddd0b9ea7bbd25f8636648c884dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 12:17:01 +0000 Subject: [PATCH] Bump MishaKav/pytest-coverage-comment from 1.1.50 to 1.1.51 Bumps [MishaKav/pytest-coverage-comment](https://github.com/mishakav/pytest-coverage-comment) from 1.1.50 to 1.1.51. - [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.51) --- 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..80788cf 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.51 with: pytest-xml-coverage-path: coverage.xml junitxml-path: pytest.xml