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

Create apply function and change generate #341

Merged
merged 1 commit into from
Jul 8, 2024
Merged

Conversation

abelsiqueira
Copy link
Owner

@abelsiqueira abelsiqueira commented Jul 8, 2024

BestieTemplate.generate only works for new folders now.
BestieTemplate.apply was created to handle existing folders.

Closes #301

Breaking change: generate stops working for existing packages and apply should be used instead.

Copy link

codecov bot commented Jul 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (56ef2bb) to head (f6c48c1).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #341   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           57        78   +21     
=========================================
+ Hits            57        78   +21     

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

@abelsiqueira abelsiqueira force-pushed the 301-apply-function branch 2 times, most recently from cc943e7 to aceba34 Compare July 8, 2024 16:52
BestieTemplate.generate only works for new folders now.
BestieTemplate.apply was created to handle existing folders.

Closes #301

Breaking change: generate stops working for existing packages and apply
should be used instead.
@abelsiqueira abelsiqueira changed the title WIP Create apply function and change generate Jul 8, 2024
@abelsiqueira abelsiqueira marked this pull request as ready for review July 8, 2024 18:27
@abelsiqueira abelsiqueira merged commit 367eb13 into main Jul 8, 2024
9 checks passed
@abelsiqueira abelsiqueira deleted the 301-apply-function branch July 8, 2024 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Function generate is not clear for application to existing packages
1 participant