Skip to content

Commit

Permalink
build(deps): bump py-cov-action/python-coverage-comment-action
Browse files Browse the repository at this point in the history
Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.23 to 3.27.
- [Release notes](https://github.com/py-cov-action/python-coverage-comment-action/releases)
- [Commits](py-cov-action/python-coverage-comment-action@v3.23...v3.27)

---
updated-dependencies:
- dependency-name: py-cov-action/python-coverage-comment-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 101ee67 commit 60df2c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:

- name: Process the coverage reports
id: coverage_processing
uses: py-cov-action/python-coverage-comment-action@v3.23
uses: py-cov-action/python-coverage-comment-action@v3.27
with:
COVERAGE_DATA_BRANCH: 'COVERAGE-REPORT'
GITHUB_TOKEN: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:

- name: Post the stored pull request coverage comment
uses: py-cov-action/python-coverage-comment-action@v3.23
uses: py-cov-action/python-coverage-comment-action@v3.27
with:
COVERAGE_DATA_BRANCH: 'COVERAGE-REPORT'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 60df2c6

Please sign in to comment.