Skip to content

Commit 029dff6

Browse files
build(deps): Bump MishaKav/pytest-coverage-comment from 1.6.0 to 1.7.1 (#146)
Bumps [MishaKav/pytest-coverage-comment](https://github.com/mishakav/pytest-coverage-comment) from 1.6.0 to 1.7.1. - [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.6.0...v1.7.1) --- updated-dependencies: - dependency-name: MishaKav/pytest-coverage-comment dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cbbe6d0 commit 029dff6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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/pytest-coverage-comment@v1.6.0
82+
uses: MishaKav/pytest-coverage-comment@v1.7.1
8383
with:
8484
github-token: ${{ secrets.GITHUB_TOKEN }}
8585
pytest-coverage-path: ./pytest-coverage.txt

0 commit comments

Comments
 (0)