Releases: pcolby/tap-summary
Releases · pcolby/tap-summary
v1.2.0
Changed
- Separated failures with
TODO
TAP directives into their own column, and not treated as failures.
v1.1.1
Added
- Support for non-preferred block scalars (eg
|
or>+
instead of>-
).
v1.1.0
Changed
- Increased support for non-QtTest (but still valid) TAP files (#2)
Fixed
- Total
Passed
count was incorrectly deductingSkipped
count.
v1.0.1
Changed
- Switched from the deprecated
set-output
command to new environment files.