Skip to content

build(deps): bump MishaKav/pytest-coverage-comment from 1.2.0 to 1.4.0 in the all-dependencies group#1769

Merged
purplesmoke05 merged 1 commit intodev-26.3from
dependabot/github_actions/all-dependencies-fe86ff1a77
Feb 25, 2026
Merged

build(deps): bump MishaKav/pytest-coverage-comment from 1.2.0 to 1.4.0 in the all-dependencies group#1769
purplesmoke05 merged 1 commit intodev-26.3from
dependabot/github_actions/all-dependencies-fe86ff1a77

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2026

Bumps the all-dependencies group with 1 update: MishaKav/pytest-coverage-comment.

Updates MishaKav/pytest-coverage-comment from 1.2.0 to 1.4.0

Release notes

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

v1.4.0

What's Changed

  • feat: auto-detect and display branch coverage columns (Branch, BrPart) in coverage table (#110)
  • supported for both text format (pytest --cov --cov-branch) and XML format (coverage.xml)
  • no new action inputs required — columns appear automatically when branch data is present
  • fully backward compatible — existing users see no change

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

v1.2.1

What's Changed

  • fix fork PR permission error with specific guidance for pull_request_target (#243)
  • bump production deps: @actions/core to 2.0.3, @actions/github to 8.0.1
  • bump dev deps: eslint to 10.0.1, globals to 17.3.0, prettier to 3.8.1
  • upgrade action runtime from node20 to node24
  • fix comment-too-long code path not replacing HTML with shorter report

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

Changelog

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

Changelog of the Pytest Coverage Comment

Pytest Coverage Comment 1.4.0

Release Date: 2026-02-22

Changes

  • feat: auto-detect and display branch coverage columns (Branch, BrPart) in coverage table (#110)
  • supported for both text format (pytest --cov --cov-branch) and XML format (coverage.xml)
  • no new action inputs required — columns appear automatically when branch data is present
  • fully backward compatible — existing users see no change

Pytest Coverage Comment 1.3.0

Release Date: 2026-02-21

Changes

  • feat: add XML coverage support in multiple-files mode (#200), thanks to @​hayes0724 for contribution
  • multiple-files input now auto-detects XML coverage files by .xml extension
  • allows mixing TXT and XML coverage formats in the same multi-file report (useful for monorepos)
  • add safety check for XML coverage structure to prevent runtime errors

Pytest Coverage Comment 1.2.1

Release Date: 2026-02-21

Changes

  • fix fork PR permission error with specific guidance for pull_request_target (#243)
  • bump production deps: @actions/core to 2.0.3, @actions/github to 8.0.1
  • bump dev deps: eslint to 10.0.1, globals to 17.3.0, prettier to 3.8.1
  • upgrade action runtime from node20 to node24
  • fix comment-too-long code path not replacing HTML with shorter report

Pytest Coverage Comment 1.2.0

Release Date: 2025-11-15

Changes

  • feat: add text-instead-badge option to display coverage as simple text instead of badge images (#235)
  • text format displays as XX% (covered/total) (e.g., 85% (42/50))
  • applies to all coverage reports: main summary and multiple-files tables
  • fully backward compatible - badge mode remains the default
  • feat: add automatic server URL detection for self-hosted GitHub instances (#234)

Note: Starting from this version, version bumps follow conventional semantic versioning (MAJOR.MINOR.PATCH) instead of only bumping PATCH versions.

... (truncated)

Commits
  • 46a1348 Add branch coverage support for text and XML formats (#250)
  • 09d4ea6 Add XML coverage support in multiple-files mode (#248)
  • 181aff5 Bump dependencies and upgrade action runtime to node24 (#247)
  • e42cc5c Fix fork PR permission error with specific guidance (#243) (#245)
  • 7939938 Bump actions/checkout from 5 to 6 (#237)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-dependencies group with 1 update: [MishaKav/pytest-coverage-comment](https://github.com/mishakav/pytest-coverage-comment).


Updates `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@ae0e8a5...46a1348)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 25, 2026
@github-actions
Copy link

Coverage

Coverage Report •
FileStmtsMissBranchBrPartCoverMissing
TOTAL378581732370077095% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
1268 0 💤 0 ❌ 0 🔥 10m 21s ⏱️

@purplesmoke05 purplesmoke05 merged commit 7b00a26 into dev-26.3 Feb 25, 2026
17 of 21 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/all-dependencies-fe86ff1a77 branch February 25, 2026 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant