Skip to content

Commit

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

* build(deps): Bump MishaKav/pytest-coverage-comment from 1.1.49 to 1.1.50

Bumps [MishaKav/pytest-coverage-comment](https://github.com/mishakav/pytest-coverage-comment) from 1.1.49 to 1.1.50.
- [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.49...v1.1.50)

---
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]>
---------

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 Nov 27, 2023
1 parent 9dc378c commit f3af46e
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 @@ -77,13 +77,13 @@ jobs:
run: export PYTHONPATH=$PWD && pytest --junitxml=pytest.xml --cov=. tests/unittests | tee pytest-coverage.txt

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

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

0 comments on commit f3af46e

Please sign in to comment.