Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gracefully handle empty failure tags #213

Merged
merged 2 commits into from
Nov 29, 2022

Commits on Nov 28, 2022

  1. Gracefully handle empty failure tags

    This commit fixes dorny#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.
    haudren-woven committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    a910866 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Update dist/index.js

    dorny committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    86d6ec5 View commit details
    Browse the repository at this point in the history