File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import ArgumentParser
99import Foundation
1010import XcresultparserLib
1111
12- private let marketingVersion = " 1.9.2 "
12+ private let marketingVersion = " 1.9.3 "
1313
1414struct xcresultparser : ParsableCommand {
1515 static let configuration = CommandConfiguration (
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ You should see the tool respond like this:
8787```
8888Error: Missing expected argument '<xcresult-file>'
8989
90- OVERVIEW: xcresultparser 1.9.2
90+ OVERVIEW: xcresultparser 1.9.3
9191Interpret binary .xcresult files and print summary in different formats: txt,
9292xml, html or colored cli output.
9393
Original file line number Diff line number Diff line change @@ -409,9 +409,9 @@ private extension ActionTestSummaryGroup {
409409 let arguments = [
410410 " -E " ,
411411 " -rio " ,
412- " --include " , " ' *.swift' " ,
413- " --include " , " ' *.m' " ,
414- " --include " , " ' *.mm' " ,
412+ " --include " , " *.swift " ,
413+ " --include " , " *.m " ,
414+ " --include " , " *.mm " ,
415415 " ^(?:public )?(?:final )?(?:public )?(?:(class| \\ @implementation|struct) )[a-zA-Z0-9_]+ " ,
416416 grepPathArgument
417417 ]
You can’t perform that action at this time.
0 commit comments