Skip to content

Commit ea9199d

Browse files
[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.37 to 3.38 - [Release notes](https://github.com/py-cov-action/python-coverage-comment-action/releases) - [Commits](py-cov-action/python-coverage-comment-action@0544a9c...91aaf3b) --- updated-dependencies: - dependency-name: py-cov-action/python-coverage-comment-action dependency-version: '3.38' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d3c405 commit ea9199d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
actions: read
1818
steps:
1919
- name: Python Coverage Comment
20-
uses: py-cov-action/python-coverage-comment-action@0544a9c648672334d94ec5dd1add7410b4470ddc
20+
uses: py-cov-action/python-coverage-comment-action@91aaf3b39c7e2331c6bc77767ce017f5160c5f11
2121
with:
2222
GITHUB_TOKEN: ${{ github.token }}
2323
GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
echo "[run]" >> .coveragerc
6464
echo "relative_files = true" >> .coveragerc
6565
- name: Python Coverage Comment
66-
uses: py-cov-action/python-coverage-comment-action@0544a9c648672334d94ec5dd1add7410b4470ddc
66+
uses: py-cov-action/python-coverage-comment-action@91aaf3b39c7e2331c6bc77767ce017f5160c5f11
6767
with:
6868
GITHUB_TOKEN: ${{ github.token }}
6969
MERGE_COVERAGE_FILES: true

0 commit comments

Comments
 (0)