File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.15.3] - 2025-03-04
10
+
9
11
### Added
10
12
- sourcemap to help debugging
11
13
@@ -286,7 +288,8 @@ as bundling tool.
286
288
- implemented base action reading clover.xml files and converting then.
287
289
- release.yml workflow to auto-release tags
288
290
289
- [ Unreleased ] : https://github.com/lucassabreu/comment-coverage-clover/compare/v0.15.2...HEAD
291
+ [ Unreleased ] : https://github.com/lucassabreu/comment-coverage-clover/compare/v0.15.3...HEAD
292
+ [ 0.15.3 ] : https://github.com/lucassabreu/comment-coverage-clover/compare/v0.15.2...v0.15.3
290
293
[ 0.15.2 ] : https://github.com/lucassabreu/comment-coverage-clover/compare/v0.15.1...v0.15.2
291
294
[ 0.15.1 ] : https://github.com/lucassabreu/comment-coverage-clover/compare/v0.15.0...v0.15.1
292
295
[ 0.15.0 ] : https://github.com/lucassabreu/comment-coverage-clover/compare/v0.14.0...v0.15.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lucassabreu/comment-coverage-clover" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.15.3 " ,
4
4
"description" : " Creates a comment on a commit or pull request with test coverage %" ,
5
5
"main" : " bin/index.js" ,
6
6
"source" : " src/index.ts" ,
You can’t perform that action at this time.
0 commit comments