JuliaBesties / BestieTemplate.jl

Template for Julia Programming Language packages using the copier engine.
http://JuliaBesties.github.io/BestieTemplate.jl/
Mozilla Public License 2.0
43 stars 9 forks source link

Declare generate, apply and update as public #474

Closed abelsiqueira closed 1 week ago

abelsiqueira commented 1 week ago

Mark generate, apply and update as public using the public API. They were already intended to be public by the definition of "documented and not prepended by -" (as opposed to _copy, for instance). Also use the change to add "pre" to the Test workflow.

Related issues

Closes #473

Checklist

codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (563ea65) to head (1b0b383). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #474 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 4 4 Lines 99 99 ========================================= Hits 99 99 ```

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