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

Use keyword argument quiet to define verbosity of wrapper #392

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

abelsiqueira
Copy link
Collaborator

The quiet argument is used by copier to define its verbosity.
This adds the quiet keyword argument to the wrapper functions
to decide whether to print/log.
quiet is added to the tests in places that did not have it yet.

Closes #379

The quiet argument is used by copier to define its verbosity.
This adds the quiet keyword argument to the wrapper functions
to decide whether to print/log.
quiet is added to the tests in places that did not have it yet.

Closes #379
Copy link

codecov bot commented Aug 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (4df61f0) to head (b4339df).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #392   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines           78        81    +3     
=========================================
+ Hits            78        81    +3     

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

@abelsiqueira abelsiqueira merged commit ac2db7f into main Aug 8, 2024
9 checks passed
@abelsiqueira abelsiqueira deleted the 379-quiet branch August 8, 2024 07:24
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.

Use the quiet flag to suppress Bestie output as well
1 participant