Releases: EnricoMi/publish-unit-test-result-action
Releases · EnricoMi/publish-unit-test-result-action
v2.0.0-alpha
Adds the following features:
- Add support for TRX files (#287)
- Add support for NUnit and XUnit XML files (#288 and #289)
- Move to lxml parsing library (#286)
- Upgrade junitparser to 2.7.0
This release contains the following breaking changes:
- Default value for option
check_name
changed from"Unit Test Results"
to"Test Results"
.
Ifcheck_name
is set in your config, this change is not of your concern.
Addcheck_name: "Unit Test Results"
to your config, if you want to keep the old name.
Otherwise expect comments and checks with old and new name for open pull requests when moving to version 2. - Default value for option
comment_title
changed from"Unit Test Results"
to"Test Results"
.
If eithercheck_name
orcomment_title
is set in your config, this change is not of your concern. - Modes
create new
andupdate last
removed for optioncomment_mode
.
Remove optioncomment_mode
if used with either of these modes. - Option
hiding_comments
removed. Please remove this option from your config. - Option
comment_on_pr
removed. Please remove this option from your config.
This release deprecates the following features:
- Option
files
is deprecated, usejunit_files
instead (#285)
See README.md for further details on moving to version 2.
v1.39
Adds the following features:
- Add check-run HTML URL to JSON output (#310)
- Add thousands separator to progress log
v1.38
v1.37
v1.36
Adds the following features:
- Fixes JSON output for composite action (#277)
v1.35
Adds the following features:
- Publish results as job summary (#266)
v1.34
v1.33
v1.32
v1.31
Adds the following features:
- Provide action result as JSON output / file (#230)
- Allow to ignore
<testcase>
elements in XML, which allows to load very large XML files (#232) - Support XML where
<testsuite>
has no<testcase>
elements (#233) - Make boolean options case-insensitive where non-lowercase values used to get ignored (#196)
- Improve checking numeric options, esp.
TEST_CHANGES_LIMIT
(#234)