Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.3.0"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,32 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.0](https://github.com/xseman/coverage/compare/v0.2.0...v0.3.0) (2026-03-05)


### Features

* add node LCOV support and generated integration fixtures ([#7](https://github.com/xseman/coverage/issues/7)) ([1c99209](https://github.com/xseman/coverage/commit/1c99209306620fdbc8cef2b0350d571fb18b985e))
* **render:** add project coverage summary and base-head diff table ([#9](https://github.com/xseman/coverage/issues/9)) ([ba09ad5](https://github.com/xseman/coverage/commit/ba09ad54a0d39434baca665b0697101dcdc17e7a))


### Documentation

* move output example section ([38e86b0](https://github.com/xseman/coverage/commit/38e86b0edc2e984d21ad1eb2c55e4e9b65e360d8))
* update usage examples and add output illustration ([3c094cd](https://github.com/xseman/coverage/commit/3c094cd85eade4e0ffb8c4fadddef6d482d11b72))


### Build System

* update lib/index.js ([e55192b](https://github.com/xseman/coverage/commit/e55192bcc1ea882a94694e14c58385891f110510))
* update lib/index.js ([e0b0f59](https://github.com/xseman/coverage/commit/e0b0f59ab8bb6c7a0d6d119e48ab6a52dc986eba))
* update lib/index.js for v0.2.0 ([1f45782](https://github.com/xseman/coverage/commit/1f4578203b12badd125ff055bc7ea52c46e31975))


### Maintenance

* artifact build commit before release ([8fcc3d9](https://github.com/xseman/coverage/commit/8fcc3d9d22e5720a9756b6e9ea79edd5dfcff3b6))

## [0.2.0](https://github.com/xseman/coverage/compare/v0.1.0...v0.2.0) (2026-02-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "coverage",
"description": "GitHub Action: parse coverage, post sticky PR comment with deltas",
"type": "module",
"version": "0.2.0",
"version": "0.3.0",
"license": "Apache-2.0",
"funding": "https://github.com/sponsors/xseman",
"homepage": "https://github.com/xseman/coverage",
Expand Down