Skip to content

Comments

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

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/MishaKav/pytest-coverage-comment-1.2.0
Closed

build(deps): Bump MishaKav/pytest-coverage-comment from 1.1.54 to 1.2.0#59
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/MishaKav/pytest-coverage-comment-1.2.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps MishaKav/pytest-coverage-comment from 1.1.54 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

v1.1.59

What's Changed

  • fix "Resource not accessible by integration" error with better error handling and documentation (#68)
  • update permission examples to show minimal required permissions (contents: read, pull-requests: write)
  • upgrade package-lock.json from lockfileVersion 2 to 3

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

v1.1.58

What's Changed

  • fix handling of annotated git tags in push events (#195)
  • update @actions/github from v4.0.0 to v6.0.1 (#229)
  • fix 3 security vulnerabilities in Octokit dependencies

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

v1.1.57

What's Changed

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

v1.1.56

What's Changed

... (truncated)

Changelog

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

Changelog of the Pytest Coverage Comment

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.

Pytest Coverage Comment 1.1.59

Release Date: 2025-11-08

Changes

  • fix "Resource not accessible by integration" error with better error handling and documentation (#68)
  • update permission examples to show minimal required permissions (contents: read, pull-requests: write)
  • upgrade package-lock.json from lockfileVersion 2 to 3 (causes extensive but cosmetic changes in dist/index.js)

Pytest Coverage Comment 1.1.58

Release Date: 2025-11-08

Changes

  • fix handling of annotated git tags in push events (#195)
  • update @actions/github from v4.0.0 to v6.0.1 (#229)
  • fix 3 security vulnerabilities in Octokit dependencies

Pytest Coverage Comment 1.1.57

Release Date: 2025-08-30

Changes

  • fix coverageHtml output empty when using XML coverage files (#204)
  • ensure proper HTML generation for both text and XML coverage file types

Pytest Coverage Comment 1.1.56

Release Date: 2025-08-09

Changes

... (truncated)

Commits
  • ae0e8a5 Add text-instead-badge option implementation (#235)
  • c026f3a Add server-url option for self-hosted GitHub instances (#234)
  • 10c84f1 Bump js-yaml from 4.1.0 to 4.1.1 (#233)
  • 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...
  • cedb856 Bump @​vercel/ncc from 0.38.3 to 0.38.4 in the npm-development group (#220)
  • 93d82e3 Add community health files [skip ci] (#224)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [MishaKav/pytest-coverage-comment](https://github.com/mishakav/pytest-coverage-comment) from 1.1.54 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@13d3c18...ae0e8a5)

---
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] <support@github.com>
@dependabot dependabot bot added the appsec PRs requiring appsec approval label Nov 17, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 17, 2025 22:16
@dependabot dependabot bot requested review from dnorth98, mkhinda29 and stairsj and removed request for a team November 17, 2025 22:16
@dependabot dependabot bot added the appsec PRs requiring appsec approval label Nov 17, 2025
@github-actions
Copy link

Coverage

Coverage Report
FileStmtsMissCoverMissing
src
   exceptions.py40100% 
   main.py871616 82%
src/clients/github
   graphql.py4022 95%
   queries.py20100% 
src/clients/slack
   client.py2333 87%
tests
   __init__.py00100% 
   conftest.py00100% 
   test_main.py570100% 
tests/clients/github
   test_github_graphql.py410100% 
tests/clients/slack
   test_slack.py370100% 
TOTAL2912193% 

Tests Skipped Failures Errors Time
24 0 💤 0 ❌ 0 🔥 0.366s ⏱️

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 23, 2026

Superseded by #67.

@dependabot dependabot bot closed this Feb 23, 2026
@dependabot dependabot bot deleted the dependabot/github_actions/MishaKav/pytest-coverage-comment-1.2.0 branch February 23, 2026 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

appsec PRs requiring appsec approval

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants