Skip to content

Commit 1616f96

Browse files
build(deps): Bump MishaKav/pytest-coverage-comment from 1.1.51 to 1.1.52 (#93)
* 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]>
1 parent de6b972 commit 1616f96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ jobs:
7777
run: export PYTHONPATH=$PWD && pytest --junitxml=pytest.xml --cov=. tests/unittests | tee pytest-coverage.txt
7878

7979
- name: Execute the coverage checks
80-
uses: MishaKav/[email protected].51
80+
uses: MishaKav/[email protected].52
8181
with:
8282
github-token: ${{ secrets.GITHUB_TOKEN }}
8383
pytest-coverage-path: ./pytest-coverage.txt
8484
junitxml-path: ./pytest.xml
8585
hide-badge: true
86-
create-new-comment: false
86+
create-new-comment: true
8787

8888
- name: Generate coverage badge
8989
run: coverage-badge -f -o docs/coverage.svg

0 commit comments

Comments
 (0)