Skip to content

Releases: MishaKav/pytest-coverage-comment

v1.10.0

Choose a tag to compare

@MishaKav MishaKav released this 05 Jul 10:15
Immutable release. Only release title and notes can be modified.
fd9adbd

What's Changed

  • add support for parsing the JSON coverage report from coverage json via the new pytest-json-coverage-path input, including branch coverage and partial-branch arrows (line->target, line->exit) that match coverage report -m (#286)

Full Changelog: v1.9.0...v1.10.0

v1.9.0

Choose a tag to compare

@MishaKav MishaKav released this 04 Jul 13:09
Immutable release. Only release title and notes can be modified.
4a4889e

What's Changed

  • fix the Coverage percentage when branch coverage is enabled — it now combines statement and branch coverage and rounds the same way coverage report does, instead of showing 100% when branches are only partially covered (#284), thanks to @mschoettle for contribution

Full Changelog: v1.8.0...v1.9.0

v1.8.0

Choose a tag to compare

@MishaKav MishaKav released this 27 Jun 11:42
Immutable release. Only release title and notes can be modified.
e48ae95

What's Changed

  • show partially-covered branches as line->target arrows in the Missing column when parsing XML coverage (pytest-xml-coverage-path), matching the output of coverage report --show-missing (#274), thanks to @mschoettle for contribution

Full Changelog: v1.7.3...v1.8.0

v1.7.3

Choose a tag to compare

@MishaKav MishaKav released this 27 Jun 10:45
Immutable release. Only release title and notes can be modified.
810a628

What's Changed

  • Bump @vercel/ncc to 0.44.0 and dev dependencies by @MishaKav in #275

Full Changelog: v1...v1.7.3

v1.7.2

Choose a tag to compare

@MishaKav MishaKav released this 18 Apr 13:34
Immutable release. Only release title and notes can be modified.
dd5b80b

What's Changed

  • Bump flatted from 3.4.1 to 3.4.2 [skip ci] by @dependabot[bot] in #262
  • Bump picomatch from 4.0.3 to 4.0.4 by @dependabot[bot] in #263
  • Bump schneegans/dynamic-badges-action from 1.7.0 to 1.8.0 [skip ci] by @dependabot[bot] in #264
  • Bump dev dependencies and release v1.7.2 by @MishaKav in #268

Full Changelog: v1.7.1...v1.7.2

v1.7.1

Choose a tag to compare

@MishaKav MishaKav released this 14 Mar 12:53
Immutable release. Only release title and notes can be modified.
2872928

What's Changed

  • fix 5 security vulnerabilities in undici (6.23.0 → 6.24.1) (#260)
  • bump dev dependencies

Full Changelog: v1.7.0...v1.7.1

v1.7.0

Choose a tag to compare

@MishaKav MishaKav released this 13 Mar 20:05
Immutable release. Only release title and notes can be modified.
6b219ea

What's Changed

  • enable immutable releases for supply chain security (#256)
  • bump flatted from 3.3.3 to 3.4.1 to fix security vulnerability

Note: No changes to action inputs, outputs, or behavior. This improves release security following GitHub's immutable releases feature.

Full Changelog: v1.6.0...v1.7.0

v1.6.0

Choose a tag to compare

@MishaKav MishaKav released this 06 Mar 16:18
26f986d

What's Changed

  • migrate codebase from JavaScript to TypeScript
  • add unit tests (91 tests) using Vitest with V8 coverage

Note: This is an internal rewrite — no changes to action inputs, outputs, or behavior. Fully backward compatible.

Full Changelog: v1.5.0...v1.6.0

v1.5.0

Choose a tag to compare

@MishaKav MishaKav released this 28 Feb 13:02
25a4660

What's Changed

  • feat: add hide-emoji option to hide emoji shortcodes from the test summary table (#251)
  • docs: update README examples to use @v1 tag and latest action versions (checkout@v6, setup-python@v6)

Full Changelog: v1.4.0...v1.5.0

v1.4.0

Choose a tag to compare

@MishaKav MishaKav released this 22 Feb 09:36
46a1348

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: v1.3.0...v1.4.0