Skip to content

Commit 5dcf99a

Browse files
build(deps): Bump MishaKav/pytest-coverage-comment from 1.2.0 to 1.4.0 (#143)
Bumps [MishaKav/pytest-coverage-comment](https://github.com/mishakav/pytest-coverage-comment) from 1.2.0 to 1.4.0. - [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.2.0...v1.4.0) --- updated-dependencies: - dependency-name: MishaKav/pytest-coverage-comment dependency-version: 1.4.0 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 0c29a20 commit 5dcf99a

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

0 commit comments

Comments
 (0)