Commit graph

4 commits

Author SHA1 Message Date
Connor
e2e6a65f8d
add test confirming default values 2024-10-16 09:30:24 -05:00
Connor Vidlock
b96bed2d8a
Add unit tests to better test changes to output in the future 2024-01-30 10:01:50 -06:00
Hervé Audren
a91086638b Gracefully handle empty failure tags
This commit fixes #137. Some JUnit generators emit an empty failure tag,
with only a message property set. In those cases, the parser crashes
when trying to match the failure with a source file. Since this feature
is optional, the simplest fix is to skip the processing when the failure
tag is empty.

Also added a test, and the corresponding input file is generated from a
reporter within our codebase.
2022-11-29 08:45:53 +09:00
Michal Dorner
16adfe9b7e
Add support for java-junit 2021-03-07 22:06:12 +01:00