Skip to content

build(deps): Bump MishaKav/pytest-coverage-comment from 1.2.0 to 1.4.0#143

Merged
ZPascal merged 1 commit intomainfrom
dependabot/github_actions/MishaKav/pytest-coverage-comment-1.4.0
Feb 23, 2026
Merged

build(deps): Bump MishaKav/pytest-coverage-comment from 1.2.0 to 1.4.0#143
ZPascal merged 1 commit intomainfrom
dependabot/github_actions/MishaKav/pytest-coverage-comment-1.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps 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.

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
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 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.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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 23, 2026
@dependabot dependabot bot requested a review from ZPascal as a code owner February 23, 2026 02:25
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 23, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Coverage Report
FileStmtsMissBranchBrPartCover
grafana_api
   \_\_init\_\_.py0000100%
   admin.py1600620100%
   alerting.py29901200100%
   alerting_notifications.py910360100%
   alerting_provisioning.py2280920100%
   annotations.py1180700100%
   api.py1220600100%
   authentication.py310100100%
   correlations.py620240100%
   dashboard.py24901160100%
   datasource.py29901280100%
   external_group.py340120100%
   folder.py1280580100%
   legacy_alerting.py630280100%
   legacy_playlist.py550220100%
   library.py840400100%
   licensing.py26060100%
   model.py373080100%
   organisation.py1510600100%
   other_http.py640180100%
   playlist.py800360100%
   preferences.py530240100%
   query_history.py700300100%
   rbac.py38801880100%
   reporting.py1740760100%
   search.py14040100%
   service_account.py1150460100%
   short_url.py16040100%
   snapshot.py540220100%
   sso_settings.py610220100%
   team.py1380620100%
   user.py1530620100%
tests/unittests
   test_admin.py346000100%
   test_alerting.py514000100%
   test_alerting_notifications.py175000100%
   test_alerting_provisioning.py367000100%
   test_annotations.py135000100%
   test_api.py176000100%
   test_authentication.py60000100%
   test_correlations.py124000100%
   test_dashboard.py498000100%
   test_datasource.py580000100%
   test_external_group.py65000100%
   test_folder.py248000100%
   test_legacy_alerting.py89000100%
   test_legacy_playlist.py109000100%
   test_library.py156000100%
   test_licensing.py52000100%
   test_model.py36000100%
   test_organisation.py228000100%
   test_other_http.py103000100%
   test_playlist.py167000100%
   test_preferences.py95000100%
   test_query_history.py129000100%
   test_rbac.py678000100%
   test_reporting.py315000100%
   test_search.py25000100%
   test_service_account.py173000100%
   test_short_url.py25000100%
   test_snapshot.py107000100%
   test_sso_settings.py103000100%
   test_team.py287000100%
   test_user.py336000100%
TOTAL10454015460100%
Tests Skipped Failures Errors Time
1006 0 💤 0 ❌ 0 🔥 5.200s ⏱️

Copy link
Copy Markdown
Owner

@ZPascal ZPascal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ZPascal ZPascal merged commit 5dcf99a into main Feb 23, 2026
5 of 6 checks passed
@ZPascal ZPascal deleted the dependabot/github_actions/MishaKav/pytest-coverage-comment-1.4.0 branch February 23, 2026 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that 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