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

Document deprecation and add test for smooth update #431

Closed abelsiqueira closed 1 month ago

abelsiqueira commented 1 month ago

Test that when you generate a package in the previous main and then update to the HEAD using only the required data and defaults, that it is the same as generating the package in the HEAD.

Warning: the interactions with other changes is not clear yet.

Closes #428

Related issues

Closes #

Checklist

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 (d9e9ade) to head (c7895a7). Report is 1 commits behind head on main.

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

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