From 434423d26a2b627818eea79d9ba9e8c138134198 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 20:34:12 +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.34 to 3.35 - [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/970a227e0c16ef4589a99a9970ab0ceb8c53059a...91910686861e4e1d8282a267a896eb39d46240fb) --- updated-dependencies: - dependency-name: py-cov-action/python-coverage-comment-action dependency-version: '3.35' 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 92cee03..9d2be35 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@970a227e0c16ef4589a99a9970ab0ceb8c53059a + uses: py-cov-action/python-coverage-comment-action@91910686861e4e1d8282a267a896eb39d46240fb 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 fee157d..9ecff5a 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@970a227e0c16ef4589a99a9970ab0ceb8c53059a + uses: py-cov-action/python-coverage-comment-action@91910686861e4e1d8282a267a896eb39d46240fb with: GITHUB_TOKEN: ${{ github.token }} MERGE_COVERAGE_FILES: true