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 .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.0"
".": "2.1.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.1.0](https://github.com/rosslight/pr-code-coverage-visualizer/compare/v2.0.0...v2.1.0) (2026-01-06)


### Features

* Filter glob before changed files to calculate percentages correctly ([3bdf96f](https://github.com/rosslight/pr-code-coverage-visualizer/commit/3bdf96fd4b00d0a5478339dc713e161323477a79))


### Bug Fixes

* Add a linebreak for fully covered lines ([5e28190](https://github.com/rosslight/pr-code-coverage-visualizer/commit/5e281906948d0e40efe0598ddae88ed18744e153))
* Branch coverage calculation ([#11](https://github.com/rosslight/pr-code-coverage-visualizer/issues/11)) ([a7e62f9](https://github.com/rosslight/pr-code-coverage-visualizer/commit/a7e62f95c8efc83915004a86730787ada44d4170))

## [2.0.0](https://github.com/rosslight/pr-code-coverage-visualizer/compare/v1.1.0...v2.0.0) (2026-01-04)


Expand Down
Loading