Closed terencejeong closed 3 years ago
@terencejeong thanks for the contribution. Please verify 1.2.1 fixes the issue and I can migrate the v1
tag to 1.2.1
as Github Actions recommends.
@aroller hey thank you for responding! Sorry about this but my PR doesn't actually solve the issue of the error field not being present. I've opened up a new PR and added new tests for if the error field is not present. Sorry for not being more thorough in this process, it's my first time contributing to open source :)
PR: https://github.com/AutoModality/action-xunit-viewer/pull/11
:tada: This issue has been resolved in version 1.2.2 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Relocated v1
tag to 1.2.2
. Thanks again for your contribution.
Hey thanks for the Github action.
Sometimes the xunit tests do not have an errors field.
For e.g.
However, because of the find_fail function this parses it as an error since it cannot grep for this field.
I have a PR ready for this if you have the time to look