Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps MishaKav/pytest-coverage-comment from 1.1.59 to 1.2.0.

Release notes

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

v1.2.0

What's Changed

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

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

Changelog

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

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.

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.1.59 to 1.2.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.1.59...v1.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 17, 2025
@dependabot dependabot bot requested a review from ZPascal as a code owner November 17, 2025 02:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 17, 2025
@github-actions
Copy link
Contributor

Coverage Report
FileStmtsMissCover
grafana_api
   \_\_init\_\_.py00100%
   admin.py1600100%
   alerting.py2990100%
   alerting_notifications.py910100%
   alerting_provisioning.py2280100%
   annotations.py1180100%
   api.py1220100%
   authentication.py310100%
   correlations.py620100%
   dashboard.py2490100%
   datasource.py2990100%
   external_group.py340100%
   folder.py1280100%
   legacy_alerting.py630100%
   legacy_playlist.py550100%
   library.py840100%
   licensing.py260100%
   model.py3730100%
   organisation.py1510100%
   other_http.py640100%
   playlist.py800100%
   preferences.py530100%
   query_history.py700100%
   rbac.py3880100%
   reporting.py1740100%
   search.py140100%
   service_account.py1150100%
   short_url.py160100%
   snapshot.py540100%
   sso_settings.py610100%
   team.py1380100%
   user.py1530100%
tests/unittests
   test_admin.py3460100%
   test_alerting.py5140100%
   test_alerting_notifications.py1750100%
   test_alerting_provisioning.py3670100%
   test_annotations.py1350100%
   test_api.py1760100%
   test_authentication.py600100%
   test_correlations.py1240100%
   test_dashboard.py4980100%
   test_datasource.py5800100%
   test_external_group.py650100%
   test_folder.py2480100%
   test_legacy_alerting.py890100%
   test_legacy_playlist.py1090100%
   test_library.py1560100%
   test_licensing.py520100%
   test_model.py360100%
   test_organisation.py2280100%
   test_other_http.py1030100%
   test_playlist.py1670100%
   test_preferences.py950100%
   test_query_history.py1290100%
   test_rbac.py6780100%
   test_reporting.py3150100%
   test_search.py250100%
   test_service_account.py1730100%
   test_short_url.py250100%
   test_snapshot.py1070100%
   test_sso_settings.py1030100%
   test_team.py2870100%
   test_user.py3360100%
TOTAL104540100%
Tests Skipped Failures Errors Time
1006 0 💤 0 ❌ 0 🔥 4.720s ⏱️

Copy link
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 a50dbed into main Nov 17, 2025
5 of 6 checks passed
@ZPascal ZPascal deleted the dependabot/github_actions/MishaKav/pytest-coverage-comment-1.2.0 branch November 17, 2025 09:03
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.

2 participants