Skip to content

Commit 0aa62ff

Browse files
build(deps): Bump MishaKav/pytest-coverage-comment from 1.1.52 to 1.1.53 (#109)
Bumps [MishaKav/pytest-coverage-comment](https://github.com/mishakav/pytest-coverage-comment) from 1.1.52 to 1.1.53. - [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.52...v1.1.53) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 91f43cd commit 0aa62ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: export PYTHONPATH=$PWD && pytest --junitxml=pytest.xml --cov=. tests/unittests | tee pytest-coverage.txt
8080

8181
- name: Execute the coverage checks
82-
uses: MishaKav/[email protected].52
82+
uses: MishaKav/[email protected].53
8383
with:
8484
github-token: ${{ secrets.GITHUB_TOKEN }}
8585
pytest-coverage-path: ./pytest-coverage.txt

0 commit comments

Comments
 (0)