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

Guess on apply for pkg already using copier #384

Closed abelsiqueira closed 1 month ago

abelsiqueira commented 1 month ago

Even if the dst_path contains a .copier-answers.yml file, guess the starting answers. This only happens if the user explicitly uses warn_existing_pkg=false, so it is in line with the expectations.

Closes #383

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 (57ba597) to head (990f9d3).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #384 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 2 2 Lines 79 78 -1 ========================================= - Hits 79 78 -1 ```

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