Skip to content

Bump MishaKav/pytest-coverage-comment from 1 to 1.10.0 - #147

Merged
dolfinus merged 1 commit into
masterfrom
dependabot/github_actions/MishaKav/pytest-coverage-comment-1.10.0
Aug 4, 2026
Merged

Bump MishaKav/pytest-coverage-comment from 1 to 1.10.0#147
dolfinus merged 1 commit into
masterfrom
dependabot/github_actions/MishaKav/pytest-coverage-comment-1.10.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown

Bumps MishaKav/pytest-coverage-comment from 1 to 1.10.0.

Release notes

Sourced from MishaKav/pytest-coverage-comment's releases.

v1.10.0

What's Changed

  • add support for parsing the JSON coverage report from coverage json via the new pytest-json-coverage-path input, including branch coverage and partial-branch arrows (line->target, line->exit) that match coverage report -m (#286)

Full Changelog: MishaKav/pytest-coverage-comment@v1.9.0...v1.10.0

v1.9.0

What's Changed

  • fix the Coverage percentage when branch coverage is enabled — it now combines statement and branch coverage and rounds the same way coverage report does, instead of showing 100% when branches are only partially covered (#284), thanks to @​mschoettle for contribution

Full Changelog: MishaKav/pytest-coverage-comment@v1.8.0...v1.9.0

v1.8.0

What's Changed

  • show partially-covered branches as line->target arrows in the Missing column when parsing XML coverage (pytest-xml-coverage-path), matching the output of coverage report --show-missing (#274), thanks to @​mschoettle for contribution

Full Changelog: MishaKav/pytest-coverage-comment@v1.7.3...v1.8.0

v1.7.3

What's Changed

Full Changelog: MishaKav/pytest-coverage-comment@v1...v1.7.3

v1.7.2

What's Changed

Full Changelog: MishaKav/pytest-coverage-comment@v1.7.1...v1.7.2

v1.7.1

What's Changed

  • fix 5 security vulnerabilities in undici (6.23.0 → 6.24.1) (#260)
  • bump dev dependencies

Full Changelog: MishaKav/pytest-coverage-comment@v1.7.0...v1.7.1

v1.7.0

... (truncated)

Changelog

Sourced from MishaKav/pytest-coverage-comment's changelog.

Pytest Coverage Comment 1.10.0

Release Date: 2026-07-05

Changes

  • add support for parsing the JSON coverage report from coverage json via the new pytest-json-coverage-path input, including branch coverage and partial-branch arrows (line->target, line->exit) that match coverage report -m (#286)

Pytest Coverage Comment 1.9.0

Release Date: 2026-07-04

Changes

  • fix the Coverage percentage when branch coverage is enabled — it now combines statement and branch coverage and rounds the same way coverage report does, instead of showing 100% when branches are only partially covered (#284), thanks to @​mschoettle for contribution

Pytest Coverage Comment 1.8.0

Release Date: 2026-06-27

Changes

  • show partially-covered branches as line->target arrows in the Missing column when parsing XML coverage (pytest-xml-coverage-path), matching the output of coverage report --show-missing (#274), thanks to @​mschoettle for contribution

Pytest Coverage Comment 1.7.3

Release Date: 2026-06-27

Changes

  • bump @vercel/ncc 0.38.4 → 0.44.0 (Node 24/26 + TypeScript 6 support)
  • bump dev dependencies: @types/node 26.0.1, vitest 4.1.9, eslint 10.6.0, typescript-eslint 8.62.0, prettier 3.8.5

Pytest Coverage Comment 1.7.2

Release Date: 2026-04-18

Changes

  • bump dev dependencies: typescript 6.0.3, vitest 4.1.4, eslint 10.2.1, typescript-eslint 8.58.2

Pytest Coverage Comment 1.7.1

Release Date: 2026-03-14

Changes

  • fix 5 security vulnerabilities in undici (6.23.0 → 6.24.1) (#260)
  • bump dev dependencies

... (truncated)

Commits
  • dda025d Fix issue #68: Improve error handling and documentation for permission errors...
  • 4adeec5 feat: add script to force update v1 git tag [skip ci]
  • 40c105a Fix running in annotated git tag GitHub (#227)
  • 7eb6504 Bump @​octokit/request and @​actions/github (#229)
  • 4e7eb9d docs: add prerequisites section and troubleshooting for pytest-cov installati...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [MishaKav/pytest-coverage-comment](https://github.com/mishakav/pytest-coverage-comment) from 1 to 1.10.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...v1.10.0)

---
updated-dependencies:
- dependency-name: MishaKav/pytest-coverage-comment
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: ci. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested a review from dolfinus as a code owner August 3, 2026 20:42
@dolfinus
dolfinus enabled auto-merge (rebase) August 3, 2026 20:42
@dolfinus
dolfinus disabled auto-merge August 4, 2026 07:28
@dolfinus
dolfinus merged commit 94d19da into master Aug 4, 2026
9 of 10 checks passed
@dolfinus
dolfinus deleted the dependabot/github_actions/MishaKav/pytest-coverage-comment-1.10.0 branch August 4, 2026 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant