Skip to content

Commit

Permalink
ci: 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.0.0 to 3.1.0.
- [Release notes](https://github.com/py-cov-action/python-coverage-comment-action/releases)
- [Commits](py-cov-action/python-coverage-comment-action@4870826...b3d7e98)

---
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 Aug 21, 2023
1 parent a685ffe commit 3372c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Coverage comment
if: github.event_name == 'push' || github.event_name == 'pull_request'
id: coverage_comment
uses: py-cov-action/python-coverage-comment-action@48708266a6e77ebf564b50d9cff2b7df9a25b458
uses: py-cov-action/python-coverage-comment-action@b3d7e98bf5528b07d6951ef7a93e2b156f960112
with:
GITHUB_TOKEN: ${{ github.token }}

Expand Down

0 comments on commit 3372c48

Please sign in to comment.