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

New option --display-only-failed for junit format #8050

Commits on May 31, 2020

  1. New option --display-only-failed for junit format

    Speeds up test report processing for large codebases and helps address
    the sorts of concerns raised at
    mikian/rubocop-junit-formatter#18.
    
    Refactors file_finished method in junit_formatter.rb to reduce
    complexity.
    
    Fixes buggy error message when --disable-uncorrectable is run without
    --auto-correct, which I noticed because I added similar error messaging
    when you try to run --display-only-failed without --format junit
    
    Tests, CHANGELOG.md, doc updates, and help message updates to accompany
    new option.
    burnettk committed May 31, 2020
    Copy the full SHA
    b6f775a View commit details
    Browse the repository at this point in the history