Skip to content

Commit f3af46e

Browse files
build(deps): Bump MishaKav/pytest-coverage-comment from 1.1.49 to 1.1.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]>
1 parent 9dc378c commit f3af46e

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].49
80+
uses: MishaKav/[email protected].50
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: true
86+
create-new-comment: false
8787

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

0 commit comments

Comments
 (0)