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

Add rootOutput option, to store the HTML report into the given path #105

Merged

Conversation

alrocha
Copy link

@alrocha alrocha commented Sep 4, 2020

What this PR does?

Adds a new option to store HTML report into the given path.

Why?

There is no way to store an HTML report in a custom folder by the user.

#98

@ecamacho

Alejandro López Rocha added 3 commits September 4, 2020 12:52
# Conflicts:
#	Sources/XCLogParser/commands/ActionOptions.swift
#	Sources/XCLogParserApp/commands/ParseCommand.swift
var path = "build/xclogparser/reports"
if let rootOutput = rootOutput {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think rootOutput should have precedence over output. Currently, if you specify both the tool will use output. Can you change that? And put a comment in the doc that if specified, root will be used over output?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants