Skip to content

Commit 6e457c3

Browse files
author
Alex da Franca
committed
Update Readme
1 parent 71f2354 commit 6e457c3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ You should see the tool respond like this:
8787
```
8888
Error: Missing expected argument '<xcresult-file>'
8989
90-
OVERVIEW: xcresultparser 1.8.5
90+
OVERVIEW: xcresultparser 1.9.0
9191
Interpret binary .xcresult files and print summary in different formats: txt,
9292
xml, html or colored cli output.
9393
@@ -128,6 +128,9 @@ OPTIONS:
128128
The fields in the summary. Default is all:
129129
errors|warnings|analyzerWarnings|tests|failed|skipped
130130
-c, --coverage Whether to print coverage data.
131+
-x, --exclude-coverage-not-in-project
132+
Omit elements with file pathes, which do not contain
133+
'projectRoot'.
131134
-n, --no-test-result Whether to print test results.
132135
-f, --failed-tests-only Whether to only print failed tests.
133136
-q, --quiet Quiet. Don't print status output.

0 commit comments

Comments
 (0)