Skip to content

Bump MishaKav/pytest-coverage-comment from 1.1.57 to 1.12.2 - #14400

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/MishaKav/pytest-coverage-comment-1.12.2
Open

Bump MishaKav/pytest-coverage-comment from 1.1.57 to 1.12.2#14400
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/MishaKav/pytest-coverage-comment-1.12.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor

Bumps MishaKav/pytest-coverage-comment from 1.1.57 to 1.12.2.

Release notes

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

v1.12.2

What's Changed

  • bump dev dependencies: @types/node 26.4.0, @vercel/ncc 0.45.0, @vitest/coverage-v8 4.1.11, vitest 4.1.11, eslint 10.9.1, typescript-eslint 8.68.0 (#302)

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

v1.12.1

What's Changed

  • fix a rare case where the comment was still too long and failed to post — it's now always truncated to fit GitHub's limit (#301), fixes #299

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

v1.12.0

What's Changed

  • show a warning inside the comment itself when it's too long (over 65,536 characters) and the detailed coverage report gets dropped — previously the report silently disappeared and the reason was only visible in the job log. The warning links to the job log, which lists the ways to reduce the comment size (#298), thanks to @​mschoettle for contribution

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

v1.11.2

What's Changed

  • improve the comment message when report-only-changed-files is enabled and none of the changed files appear in the coverage report — it now says "No changed files were found in the coverage report" instead of the misleading "No files were changed during this commit" (#296), thanks to @​mschoettle for contribution

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

v1.11.1

What's Changed

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

v1.11.0

What's Changed

  • add show-failed-tests input that lists failed tests (up to max-failed-tests) in the comment as a collapsible block with the test name linked to its file, a short failure reason and the pytest output
  • add max-failed-tests input to cap the number of shown failed tests (30 by default, in total across all junit files, shared with multiple-files mode)
  • add failedTestsHtml output with the rendered block, empty when the option is disabled or all tests pass

Test Results

Tests Skipped Failures Errors Time
4 0 💤 4 ❌ 0 🔥 0.122s ⏱️

... (truncated)

Changelog

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

Changelog of the Pytest Coverage Comment

Pytest Coverage Comment 1.12.2

Release Date: 2026-09-01

Changes

  • bump dev dependencies: @types/node 26.4.0, @vercel/ncc 0.45.0, @vitest/coverage-v8 4.1.11, vitest 4.1.11, eslint 10.9.1, typescript-eslint 8.68.0 (#302)

Pytest Coverage Comment 1.12.1

Release Date: 2026-08-30

Changes

  • fix a rare case where the comment was still too long and failed to post — it's now always truncated to fit GitHub's limit (#301), fixes #299

Pytest Coverage Comment 1.12.0

Release Date: 2026-08-30

Changes

  • show a warning inside the comment itself when it's too long (over 65,536 characters) and the detailed coverage report gets dropped — previously the report silently disappeared and the reason was only visible in the job log. The warning links to the job log, which lists the ways to reduce the comment size (#298), thanks to @​mschoettle for contribution

Pytest Coverage Comment 1.11.2

Release Date: 2026-08-26

Changes

  • improve the comment message when report-only-changed-files is enabled and none of the changed files appear in the coverage report — it now says "No changed files were found in the coverage report" instead of the misleading "No files were changed during this commit" (#296), thanks to @​mschoettle for contribution

Pytest Coverage Comment 1.11.1

Release Date: 2026-08-22

Changes

  • bump undici from 6.27.0 to 6.28.0 (fixes three security vulnerabilities)

Pytest Coverage Comment 1.11.0

Release Date: 2026-08-02

Changes

  • add show-failed-tests input that lists failed tests (up to max-failed-tests) in the comment as a collapsible block with the test name linked to its file, a short failure reason and the pytest output (#293), requested in #26
  • add max-failed-tests input to cap the number of shown failed tests (30 by default, in total across all junit files, shared with multiple-files mode) (#293)

... (truncated)

Commits
  • 432ac90 Bump the npm-development group with 6 updates (#302)
  • 1fcf8a5 fix: enforce GitHub's 65,536-character comment limit before posting (#301)
  • f79b34a feat: show warning in comment when coverage report is too long (v1.12.0) (#300)
  • ce64cfb Improve message when no changed files found in coverage report (#297)
  • d46d9d5 Bump undici from 6.27.0 to 6.28.0 (#294)
  • 67e0872 ci: skip badge step in live-test when the gist secret is unavailable (#295)
  • 09c28b6 Add failed tests report to JUnit output (show-failed-tests) (#293)
  • 96fbda6 chore: release v1.10.1 (#292)
  • 4f3ea85 Bump brace-expansion from 5.0.6 to 5.0.8 (#287)
  • 62e8522 Bump the npm-development group with 6 updates (#290)
  • Additional commits viewable 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.1.57 to 1.12.2.
- [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@1bdbba8...432ac90)

---
updated-dependencies:
- dependency-name: MishaKav/pytest-coverage-comment
  dependency-version: 1.12.2
  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. Used by Dependabot. github_actions Pull requests that update GitHub Actions code labels Sep 8, 2026
Copilot AI lite review requested due to automatic review settings September 8, 2026 22:12
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file. Used by Dependabot. github_actions Pull requests that update GitHub Actions code labels Sep 8, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟢 Approval recommended

The change is a straightforward action version bump with valid YAML and no other behavioral modifications in the workflow.

Pull request overview

Updates the GitHub Actions workflow used to post Python pytest coverage results back to pull requests by bumping the pinned MishaKav/pytest-coverage-comment action revision to the newer release.

Changes:

  • Bump MishaKav/pytest-coverage-comment from v1.1.57 to v1.12.2 (pinned by commit SHA) in the Python coverage reporting workflow.
File summaries
File Description
.github/workflows/python-test-coverage-report.yml Updates the pytest-coverage-comment action revision used to publish coverage/test summaries to PRs.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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. Used by Dependabot. github_actions Pull requests that update GitHub Actions code needs-maintainer-triage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant