abelsiqueira / BestieTemplate.jl

Template for Julia Programming Language packages using the copier engine.
http://abelsiqueira.com/BestieTemplate.jl/
Mozilla Public License 2.0
38 stars 9 forks source link

Use keyword argument quiet to define verbosity of wrapper #392

Closed abelsiqueira closed 1 month ago

abelsiqueira commented 1 month ago

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

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

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

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.