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

fix: exec cmd cleanup, simplification, colors #3217

Merged
merged 2 commits into from
Jan 25, 2021

Conversation

joshgummersall
Copy link
Contributor

Simplifies the execCmd.ts helper a bit and adds some colorful output.

@joshgummersall joshgummersall requested review from stevengum and a team as code owners January 23, 2021 22:48
@joshgummersall joshgummersall force-pushed the jpg/repo-utils-fixes branch 2 times, most recently from 000816b to a2803fb Compare January 24, 2021 17:17
@coveralls
Copy link

coveralls commented Jan 24, 2021

Pull Request Test Coverage Report for Build 509993601

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.003%) to 84.708%

Totals Coverage Status
Change from base Build 508817963: -0.003%
Covered Lines: 18069
Relevant Lines: 20364

💛 - Coveralls

workspaces: Workspace[],
task: (workspace: Workspace) => Promise<boolean>,
concurrency: number
) => Promise<boolean>;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is one of the main changes - execution now returns a boolean to indicate success. This is used to support continuing to execute tasks if one fails while still exiting with a non-zero status code.

Copy link
Member

@stevengum stevengum left a comment

Choose a reason for hiding this comment

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

LGTM :shipit:

@joshgummersall joshgummersall merged commit 8ed5bda into main Jan 25, 2021
@joshgummersall joshgummersall deleted the jpg/repo-utils-fixes branch January 25, 2021 18:55
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.

3 participants