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

Simplify CommandConfiguration #327

Merged
merged 1 commit into from
Oct 21, 2024
Merged

Simplify CommandConfiguration #327

merged 1 commit into from
Oct 21, 2024

Conversation

cpisciotta
Copy link
Owner

@cpisciotta cpisciotta commented Oct 21, 2024

Example Output

OVERVIEW: A tool to format `swift` and `xcodebuild` command output.

EXAMPLE: xcodebuild test ... | xcbeautify

USAGE: xcbeautify [--quiet] [--quieter] [--preserve-unbeautified] [--is-ci] [--disable-colored-output] [--disable-logging] [--renderer <renderer>] [--report <report> ...] [--report-path <report-path>] [--junit-report-filename <junit-report-filename>]

OPTIONS:
  -q, --quiet             Only print tasks that have warnings or errors.
  --quieter, -qq          Only print tasks that have errors.
  --preserve-unbeautified Preserves unbeautified output lines.
  --is-ci                 Print test result too under quiet/quieter flag.
  --disable-colored-output
                          Disable the colored output
  --disable-logging       Suppress the xcbeautify information table when
                          xcbeautify starts. It includes the active xcbeautify
                          version.
  --renderer <renderer>   Specify a renderer to format raw xcodebuild output (
                          options: terminal | github-actions | teamcity ).
                          (default: terminal)
  --report <report>       Generate the specified reports
  --report-path <report-path>
                          The path to use when generating reports (default:
                          build/reports)
  --junit-report-filename <junit-report-filename>
                          The name of JUnit report file name (default:
                          junit.xml)
  --version               Show the version.
  -h, --help              Show help information.

Copy link

codecov bot commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.75%. Comparing base (49f5ce8) to head (4c068e4).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #327   +/-   ##
=======================================
  Coverage   88.75%   88.75%           
=======================================
  Files          14       14           
  Lines        2304     2304           
=======================================
  Hits         2045     2045           
  Misses        259      259           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cpisciotta cpisciotta merged commit 35011aa into main Oct 21, 2024
13 checks passed
@cpisciotta cpisciotta deleted the charles/Help branch October 21, 2024 20:51
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.

1 participant