Skip to content

Commit

Permalink
build(deps): Bump MishaKav/pytest-coverage-comment from 1.1.51 to 1.1…
Browse files Browse the repository at this point in the history
….52 (#36)

* build(deps): Bump MishaKav/pytest-coverage-comment from 1.1.51 to 1.1.52

Bumps [MishaKav/pytest-coverage-comment](https://github.com/mishakav/pytest-coverage-comment) from 1.1.51 to 1.1.52.
- [Release notes](https://github.com/mishakav/pytest-coverage-comment/releases)
- [Changelog](https://github.com/MishaKav/pytest-coverage-comment/blob/main/CHANGELOG.md)
- [Commits](MishaKav/pytest-coverage-comment@v1.1.51...v1.1.52)

---
updated-dependencies:
- dependency-name: MishaKav/pytest-coverage-comment
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update pull-request-checks.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pascal Zimmermann <[email protected]>
  • Loading branch information
dependabot[bot] and ZPascal authored Jul 1, 2024
1 parent 657dde9 commit c768474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ jobs:
run: export PYTHONPATH=$PWD && pytest --junitxml=pytest.xml --cov=. tests/ | tee pytest-coverage.txt

- name: Execute the coverage checks
uses: MishaKav/[email protected].51
uses: MishaKav/[email protected].52
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
pytest-coverage-path: ./pytest-coverage.txt
junitxml-path: ./pytest.xml
hide-badge: true
create-new-comment: false
create-new-comment: true

- name: Generate coverage badge
run: coverage-badge -f -o docs/coverage.svg
Expand Down

0 comments on commit c768474

Please sign in to comment.