From 017f52a1e63e5e209c071165b984ccde2d7bf52e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 21:03:17 +0000 Subject: [PATCH] [actions] (deps): Bump py-cov-action/python-coverage-comment-action Bumps the dev-dependencies group with 1 update: [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action). Updates `py-cov-action/python-coverage-comment-action` from 3.40 to 3.41 - [Release notes](https://github.com/py-cov-action/python-coverage-comment-action/releases) - [Commits](https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79) --- updated-dependencies: - dependency-name: py-cov-action/python-coverage-comment-action dependency-version: '3.41' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yaml | 2 +- .github/workflows/pytest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index b849360..75bdf0d 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -17,7 +17,7 @@ jobs: actions: read steps: - name: Python Coverage Comment - uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 + uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 with: GITHUB_TOKEN: ${{ github.token }} GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }} diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index f907968..961ff89 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -63,7 +63,7 @@ jobs: echo "[run]" >> .coveragerc echo "relative_files = true" >> .coveragerc - name: Python Coverage Comment - uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 + uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 with: GITHUB_TOKEN: ${{ github.token }} MERGE_COVERAGE_FILES: true