Skip to content

Commit

Permalink
Release 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
tenninebt committed Oct 26, 2023
1 parent 2645ca5 commit f8e53f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ All notable changes to the "Koverage" extension will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.0.15](https://github.com/tenninebt/vscode-koverage/compare/0.0.14...0.0.15) (2023-10-25)
- Implement auto refresh debounce [#41](https://github.com/tenninebt/vscode-koverage/issues/41)
- Fix parse jacoco/clover/cobertura [#33](https://github.com/tenninebt/vscode-koverage/issues/33)

## [0.0.14](https://github.com/tenninebt/vscode-koverage/compare/0.0.13...0.0.14) (2023-04-10)
- Enh [#32](https://github.com/tenninebt/vscode-koverage/pull/32):
- generate coverage command
- support per workspace folder settings (mutli-root workspaces)
- bugfix [#28](https://github.com/tenninebt/vscode-koverage/pull/28)
- generate coverage command
- support per workspace folder settings (mutli-root workspaces)
- bugfix [#28](https://github.com/tenninebt/vscode-koverage/pull/28)

## [0.0.13](https://github.com/tenninebt/vscode-koverage/compare/0.0.12...0.0.13) (2022-12-07)
- Enh [#21](https://github.com/tenninebt/vscode-koverage/issues/21): unable to use absolute file paths
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"repository": "https://github.com/tenninebt/vscode-koverage",
"description": "View the code coverage per folder/file in the test view",
"version": "0.0.14",
"version": "0.0.15",
"engines": {
"vscode": "^1.76.0"
},
Expand Down

0 comments on commit f8e53f4

Please sign in to comment.