Releases: buildkite-plugins/junit-annotate-buildkite-plugin
Releases · buildkite-plugins/junit-annotate-buildkite-plugin
v1.2.1 (🐼 Panda without glasses)
v1.2.0 (💐 Mother’s Day)
Added
- Handle multiple JUnit test suites per file #15 (@martinbaillie)
Fixed
- Processes annotations in a known order #16 (@toolmantim)
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- plugins:
- junit-annotate#v1.1.0:
+ junit-annotate#v1.2.0:
v1.1.0 (👃 Aerosol)
Fixed
- Reports on tests errors and not just failures [#7] (@toolmantim)
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- plugins:
- junit-annotate#v1.0.1:
+ junit-annotate#v1.1.0: