Commit 89679e3
authored
chore(dependencies): GITHUB-ACTIONS: Bump MishaKav/pytest-coverage-comment from 1.1.57 to 1.2.0 (#2185)
Bumps
[MishaKav/pytest-coverage-comment](https://github.com/mishakav/pytest-coverage-comment)
from 1.1.57 to 1.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mishakav/pytest-coverage-comment/releases">MishaKav/pytest-coverage-comment's
releases</a>.</em></p>
<blockquote>
<h2>v1.2.0</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: add <code>text-instead-badge</code> option to display coverage
as simple text instead of badge images (<a
href="https://redirect.github.com/mishakav/pytest-coverage-comment/issues/235">#235</a>)</li>
<li>text format displays as <code>XX% (covered/total)</code> (e.g.,
<code>85% (42/50)</code>)</li>
<li>applies to all coverage reports: main summary and multiple-files
tables</li>
<li>fully backward compatible - badge mode remains the default</li>
<li>feat: add automatic server URL detection for self-hosted GitHub
instances (<a
href="https://redirect.github.com/mishakav/pytest-coverage-comment/issues/234">#234</a>)</li>
</ul>
<p><strong>Note:</strong> Starting from this version, version bumps
follow conventional semantic versioning (MAJOR.MINOR.PATCH) instead of
only bumping PATCH versions.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/MishaKav/pytest-coverage-comment/compare/v1.1.59...v1.2.0">https://github.com/MishaKav/pytest-coverage-comment/compare/v1.1.59...v1.2.0</a></p>
<h2>v1.1.59</h2>
<h2>What's Changed</h2>
<ul>
<li>fix "Resource not accessible by integration" error with
better error handling and documentation (<a
href="https://redirect.github.com/mishakav/pytest-coverage-comment/issues/68">#68</a>)</li>
<li>update permission examples to show minimal required permissions
(contents: read, pull-requests: write)</li>
<li>upgrade package-lock.json from lockfileVersion 2 to 3</li>
</ul>
<hr />
<ul>
<li>Fix issue <a
href="https://redirect.github.com/mishakav/pytest-coverage-comment/issues/68">#68</a>:
Improve error handling and documentation for permission errors by <a
href="https://github.com/MishaKav"><code>@MishaKav</code></a> in <a
href="https://redirect.github.com/MishaKav/pytest-coverage-comment/pull/231">MishaKav/pytest-coverage-comment#231</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/MishaKav/pytest-coverage-comment/compare/v1...v1.1.59">https://github.com/MishaKav/pytest-coverage-comment/compare/v1...v1.1.59</a></p>
<h2>v1.1.58</h2>
<h2>What's Changed</h2>
<ul>
<li>fix handling of annotated git tags in push events (<a
href="https://redirect.github.com/mishakav/pytest-coverage-comment/issues/195">#195</a>)</li>
<li>update <code>@actions/github</code> from v4.0.0 to v6.0.1 (<a
href="https://redirect.github.com/mishakav/pytest-coverage-comment/issues/229">#229</a>)</li>
<li>fix 3 security vulnerabilities in Octokit dependencies</li>
</ul>
<hr />
<ul>
<li>Bump actions/checkout from 4 to 5 [skip ci] by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/MishaKav/pytest-coverage-comment/pull/219">MishaKav/pytest-coverage-comment#219</a></li>
<li>Add community health files [skip ci] by <a
href="https://github.com/MishaKav"><code>@MishaKav</code></a> in <a
href="https://redirect.github.com/MishaKav/pytest-coverage-comment/pull/224">MishaKav/pytest-coverage-comment#224</a></li>
<li>Bump <code>@vercel/ncc</code> from 0.38.3 to 0.38.4 in the
npm-development group [skip ci] by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/MishaKav/pytest-coverage-comment/pull/220">MishaKav/pytest-coverage-comment#220</a></li>
<li>documentation to help users avoid the "unrecognized
arguments" [skip ci] by <a
href="https://github.com/MishaKav"><code>@MishaKav</code></a> in <a
href="https://redirect.github.com/MishaKav/pytest-coverage-comment/pull/226">MishaKav/pytest-coverage-comment#226</a></li>
<li>Bump <code>@octokit/request</code> and
<code>@actions/github</code> by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/MishaKav/pytest-coverage-comment/pull/229">MishaKav/pytest-coverage-comment#229</a></li>
<li>Fix running in annotated git tag GitHub by <a
href="https://github.com/MishaKav"><code>@MishaKav</code></a> in <a
href="https://redirect.github.com/MishaKav/pytest-coverage-comment/pull/227">MishaKav/pytest-coverage-comment#227</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/MishaKav/pytest-coverage-comment/compare/v1.1.57...v1.1.58">https://github.com/MishaKav/pytest-coverage-comment/compare/v1.1.57...v1.1.58</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/MishaKav/pytest-coverage-comment/blob/main/CHANGELOG.md">MishaKav/pytest-coverage-comment's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog of the Pytest Coverage Comment</h1>
<h2><a
href="https://github.com/MishaKav/pytest-coverage-comment/tree/v1.2.0">Pytest
Coverage Comment 1.2.0</a></h2>
<p><strong>Release Date:</strong> 2025-11-15</p>
<h4>Changes</h4>
<ul>
<li>feat: add <code>text-instead-badge</code> option to display coverage
as simple text instead of badge images (<a
href="https://redirect.github.com/mishakav/pytest-coverage-comment/issues/235">#235</a>)</li>
<li>text format displays as <code>XX% (covered/total)</code> (e.g.,
<code>85% (42/50)</code>)</li>
<li>applies to all coverage reports: main summary and multiple-files
tables</li>
<li>fully backward compatible - badge mode remains the default</li>
<li>feat: add automatic server URL detection for self-hosted GitHub
instances (<a
href="https://redirect.github.com/mishakav/pytest-coverage-comment/issues/234">#234</a>)</li>
</ul>
<p><strong>Note:</strong> Starting from this version, version bumps
follow conventional semantic versioning (MAJOR.MINOR.PATCH) instead of
only bumping PATCH versions.</p>
<h2><a
href="https://github.com/MishaKav/pytest-coverage-comment/tree/v1.1.59">Pytest
Coverage Comment 1.1.59</a></h2>
<p><strong>Release Date:</strong> 2025-11-08</p>
<h4>Changes</h4>
<ul>
<li>fix "Resource not accessible by integration" error with
better error handling and documentation (<a
href="https://redirect.github.com/mishakav/pytest-coverage-comment/issues/68">#68</a>)</li>
<li>update permission examples to show minimal required permissions
(contents: read, pull-requests: write)</li>
<li>upgrade package-lock.json from lockfileVersion 2 to 3 (causes
extensive but cosmetic changes in dist/index.js)</li>
</ul>
<h2><a
href="https://github.com/MishaKav/pytest-coverage-comment/tree/v1.1.58">Pytest
Coverage Comment 1.1.58</a></h2>
<p><strong>Release Date:</strong> 2025-11-08</p>
<h4>Changes</h4>
<ul>
<li>fix handling of annotated git tags in push events (<a
href="https://redirect.github.com/mishakav/pytest-coverage-comment/issues/195">#195</a>)</li>
<li>update <code>@actions/github</code> from v4.0.0 to v6.0.1 (<a
href="https://redirect.github.com/mishakav/pytest-coverage-comment/issues/229">#229</a>)</li>
<li>fix 3 security vulnerabilities in Octokit dependencies</li>
</ul>
<h2><a
href="https://github.com/MishaKav/pytest-coverage-comment/tree/v1.1.57">Pytest
Coverage Comment 1.1.57</a></h2>
<p><strong>Release Date:</strong> 2025-08-30</p>
<h4>Changes</h4>
<ul>
<li>fix coverageHtml output empty when using XML coverage files (<a
href="https://redirect.github.com/mishakav/pytest-coverage-comment/issues/204">#204</a>)</li>
<li>ensure proper HTML generation for both text and XML coverage file
types</li>
</ul>
<h2><a
href="https://github.com/MishaKav/pytest-coverage-comment/tree/v1.1.56">Pytest
Coverage Comment 1.1.56</a></h2>
<p><strong>Release Date:</strong> 2025-08-09</p>
<h4>Changes</h4>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/MishaKav/pytest-coverage-comment/commit/ae0e8a539a3f310aefb3bfb6a2209778a21fa42b"><code>ae0e8a5</code></a>
Add text-instead-badge option implementation (<a
href="https://redirect.github.com/mishakav/pytest-coverage-comment/issues/235">#235</a>)</li>
<li><a
href="https://github.com/MishaKav/pytest-coverage-comment/commit/c026f3a81c4e14b41383e2b3db8393a697ce65db"><code>c026f3a</code></a>
Add server-url option for self-hosted GitHub instances (<a
href="https://redirect.github.com/mishakav/pytest-coverage-comment/issues/234">#234</a>)</li>
<li><a
href="https://github.com/MishaKav/pytest-coverage-comment/commit/10c84f1db46fc779a525ffbb1c610c5988392187"><code>10c84f1</code></a>
Bump js-yaml from 4.1.0 to 4.1.1 (<a
href="https://redirect.github.com/mishakav/pytest-coverage-comment/issues/233">#233</a>)</li>
<li><a
href="https://github.com/MishaKav/pytest-coverage-comment/commit/dda025d84b1dd831193ed9cd5b1d7e33c79efa9b"><code>dda025d</code></a>
Fix issue <a
href="https://redirect.github.com/mishakav/pytest-coverage-comment/issues/68">#68</a>:
Improve error handling and documentation for permission errors...</li>
<li><a
href="https://github.com/MishaKav/pytest-coverage-comment/commit/4adeec5c2cc87c1801fec2a4e86c62e3fd633370"><code>4adeec5</code></a>
feat: add script to force update v1 git tag [skip ci]</li>
<li><a
href="https://github.com/MishaKav/pytest-coverage-comment/commit/40c105a88eb914b23ad3b4d3dde9aa4abe1c3993"><code>40c105a</code></a>
Fix running in annotated git tag GitHub (<a
href="https://redirect.github.com/mishakav/pytest-coverage-comment/issues/227">#227</a>)</li>
<li><a
href="https://github.com/MishaKav/pytest-coverage-comment/commit/7eb6504d58c82051dc00f64a5a93d74068d438f4"><code>7eb6504</code></a>
Bump <code>@octokit/request</code> and <code>@actions/github</code>
(<a
href="https://redirect.github.com/mishakav/pytest-coverage-comment/issues/229">#229</a>)</li>
<li><a
href="https://github.com/MishaKav/pytest-coverage-comment/commit/4e7eb9d5c587393ec3e0fc852e359ff8e1ef11d9"><code>4e7eb9d</code></a>
docs: add prerequisites section and troubleshooting for pytest-cov
installati...</li>
<li><a
href="https://github.com/MishaKav/pytest-coverage-comment/commit/cedb856d13f8a00d806a179496444bfc7a4cfee5"><code>cedb856</code></a>
Bump <code>@vercel/ncc</code> from 0.38.3 to 0.38.4 in the
npm-development group (<a
href="https://redirect.github.com/mishakav/pytest-coverage-comment/issues/220">#220</a>)</li>
<li><a
href="https://github.com/MishaKav/pytest-coverage-comment/commit/93d82e362ba39812893414b8c118e882b35b4472"><code>93d82e3</code></a>
Add community health files [skip ci] (<a
href="https://redirect.github.com/mishakav/pytest-coverage-comment/issues/224">#224</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/mishakav/pytest-coverage-comment/compare/1bdbba85fb74a2fdc1ec66383acec1091610f82b...ae0e8a539a3f310aefb3bfb6a2209778a21fa42b">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 1a8c2a0 commit 89679e3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments