forked from jstemmer/go-junit-report
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
952a4d4
commit 407a478
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2024-06-28) | ||
|
||
|
||
### Features | ||
|
||
* add AssumeNoBuildOutput option to ignore build output ([#11](https://github.com/joschi/go-junit-report/issues/11)) ([940046d](https://github.com/joschi/go-junit-report/commit/940046d07e4639c3ef97a1b2d2b02b4c4ce8e4ac)) | ||
* populate skipped message with last line of test output ([#13](https://github.com/joschi/go-junit-report/issues/13)) ([3f30451](https://github.com/joschi/go-junit-report/commit/3f30451b10e74b043687492477d3c665045ff39e)) | ||
* remove ANSI escape sequences from output ([#5](https://github.com/joschi/go-junit-report/issues/5)) ([ad9f925](https://github.com/joschi/go-junit-report/commit/ad9f925efa87f146a9998a4a226dc80bb0452018)) | ||
* support new coverage format of Go 1.20 ([#12](https://github.com/joschi/go-junit-report/issues/12)) ([5a66382](https://github.com/joschi/go-junit-report/commit/5a66382305fe6bb671363955b634e70b4800923c)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* properly parse resume prefix for gotest 1.20 ([8a66d8a](https://github.com/joschi/go-junit-report/commit/8a66d8a276a5b0f028c20532b5d1a050a4dcfce2)) |