Added
- Introduce
tags
option (#81) @pda - Readme clarifications (#82) @pzeballos
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- test-collector#v1.10.2:
+ test-collector#v1.11.0:
files: "test/junit-*.xml"
format: "junit"