Skip to content

Releases: MishaKav/pytest-coverage-comment

v1.1.53

10 Oct 20:11
8188282
Compare
Choose a tag to compare

What's Changed

  • add option xml-skip-covered to skip lines that covered for 100% based on xml report, thanks to @NikTerentev for contribution
  • bump dev dependencies and minor for @actions/core

internal changes:

Full Changelog: v1.1.52...v1.1.53

v1

10 Oct 20:17
8188282
Compare
Choose a tag to compare

What's Changed

just a v1 tag that will point to the latest version (started from v1.1.53).
Currently MishaKav/pytest-coverage-comment@main, is widely used by other devs and always point to the latest version also.

v1.1.52

30 Jun 06:39
Compare
Choose a tag to compare

What's Changed

  • Add sample of permissions/Fix permissions of existing jobs by @m-tmatma in #162
  • Fix typo s/Percantage/Percentage/ by @jalessio in #165
  • junit: use data from all testsuites by @eltoder in #168
  • Use label instead of ref for workflow_run and workflow_dispatch by @cecheta in #160
  • Fix commit SHA for workflow_run by @cecheta in #158

New Contributors

Full Changelog: v1.1.51...v1.1.52

v1.1.51

13 Feb 06:35
a1fe18e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.50...v1.1.51

v1.1.50

26 Nov 07:12
0500a15
Compare
Choose a tag to compare

What's Changed

  • add support for updating the comment in PR through workflow_dispatch event by passing manually the issue number, thanks to @alexjyong for contribution

v1.1.49

15 Nov 18:54
1aa8107
Compare
Choose a tag to compare

What's Changed

  • remove warning by run in node20 instead node16
  • add support for workflow_dispatch event, thanks to @f100024 for contribution

v1.1.48

02 Aug 18:57
23f81a9
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @gs11 made their first contribution in #124

Full Changelog: v1.1.47...v1.1.48

v1.1.47

18 Mar 09:38
15eb264
Compare
Choose a tag to compare
  • Fix generating coverage report when all files skip-covered

Fix broken links that include double underscores

03 Mar 15:20
be8d9a4
Compare
Choose a tag to compare
  • Fix broken links that include double underscores like __init__.py
  • Bump dev dependencies

Fix commit sha in links when event is `pull_request_target`

04 Feb 16:12
e2c4b20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.44...v1.1.45