Skip to content

Commit c88bda3

Browse files
Bump py-cov-action/python-coverage-comment-action from 3.30 to 3.33
Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.30 to 3.33. - [Release notes](https://github.com/py-cov-action/python-coverage-comment-action/releases) - [Commits](py-cov-action/python-coverage-comment-action@v3.30...v3.33) --- updated-dependencies: - dependency-name: py-cov-action/python-coverage-comment-action dependency-version: '3.33' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fdaf1c8 commit c88bda3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Process the coverage reports
8080
id: coverage_processing
81-
uses: py-cov-action/python-coverage-comment-action@v3.30
81+
uses: py-cov-action/python-coverage-comment-action@v3.34
8282
with:
8383
COVERAGE_DATA_BRANCH: 'COVERAGE-REPORT'
8484
GITHUB_TOKEN: ${{ github.token }}

.github/workflows/coverage-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323

2424
- name: Post the stored pull request coverage comment
25-
uses: py-cov-action/python-coverage-comment-action@v3.30
25+
uses: py-cov-action/python-coverage-comment-action@v3.34
2626
with:
2727
COVERAGE_DATA_BRANCH: 'COVERAGE-REPORT'
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)