Releases: MishaKav/pytest-coverage-comment
Releases · MishaKav/pytest-coverage-comment
v1.1.53
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:
- Bump actions/checkout from 3 to 4 by @dependabot in #175
- Bump schneegans/dynamic-badges-action from 1.6.0 to 1.7.0 by @dependabot in #176
Full Changelog: v1.1.52...v1.1.53
v1
v1.1.52
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 ofref
for workflow_run and workflow_dispatch by @cecheta in #160 - Fix commit SHA for workflow_run by @cecheta in #158
New Contributors
- @m-tmatma made their first contribution in #162
- @jalessio made their first contribution in #165
- @eltoder made their first contribution in #168
- @cecheta made their first contribution in #160
Full Changelog: v1.1.51...v1.1.52
v1.1.51
v1.1.50
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
What's Changed
- remove warning by run in
node20
insteadnode16
- add support for
workflow_dispatch
event, thanks to @f100024 for contribution
v1.1.48
v1.1.47
- Fix generating coverage report when all files
skip-covered
Fix broken links that include double underscores
- Fix broken links that include double underscores like
__init__.py
- Bump dev dependencies
Fix commit sha in links when event is `pull_request_target`
What's Changed
Full Changelog: v1.1.44...v1.1.45