Skip to content

Commit 6c9837a

Browse files
build(deps): Bump MishaKav/pytest-coverage-comment from 1.1.48 to 1.1.49 (#58)
* build(deps): Bump MishaKav/pytest-coverage-comment from 1.1.48 to 1.1.49 Bumps [MishaKav/pytest-coverage-comment](https://github.com/mishakav/pytest-coverage-comment) from 1.1.48 to 1.1.49. - [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.48...v1.1.49) --- 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]>
1 parent edecb00 commit 6c9837a

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].48
80+
uses: MishaKav/[email protected].49
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)