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: ensure logs are quiet when quiet flag is passed #1440

Merged
merged 1 commit into from
Nov 3, 2022

Conversation

MarshallOfSound
Copy link
Member

As in title, we weren't passing opts/args.quiet into the common warning and info helpers in a bunch of cases which leads to unwanted logs all over the place 🙃

@MarshallOfSound MarshallOfSound requested a review from a team November 3, 2022 08:14
@codecov
Copy link

codecov bot commented Nov 3, 2022

Codecov Report

Merging #1440 (a19a7ed) into main (609b8d0) will increase coverage by 0.00%.
The diff coverage is 94.11%.

@@           Coverage Diff           @@
##             main    #1440   +/-   ##
=======================================
  Coverage   95.58%   95.58%           
=======================================
  Files          15       15           
  Lines         792      793    +1     
=======================================
+ Hits          757      758    +1     
  Misses         35       35           
Impacted Files Coverage Δ
src/mac.js 99.41% <50.00%> (ø)
src/cli.js 100.00% <100.00%> (ø)
src/common.js 100.00% <100.00%> (ø)
src/copy-filter.js 100.00% <100.00%> (ø)
src/platform.js 100.00% <100.00%> (ø)
src/prune.js 100.00% <100.00%> (ø)
src/targets.js 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@MarshallOfSound MarshallOfSound merged commit 6abeeca into main Nov 3, 2022
@MarshallOfSound MarshallOfSound deleted the ensure-logs-are-quiet branch November 3, 2022 19:46
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.

2 participants