Setono / SyliusGiftCardPlugin

Sell gift cards on your Sylius store and let users use them in the checkout process
MIT License
44 stars 39 forks source link

Add a command to delete old gift cards #229

Closed Roshyo closed 2 years ago

Roshyo commented 2 years ago

Fixes #228

codecov[bot] commented 2 years ago

Codecov Report

Merging #229 (5ad9f84) into 0.11.x (02d7eaf) will decrease coverage by 0.51%. The diff coverage is 0.00%.

:exclamation: Current head 5ad9f84 differs from pull request most recent head 25841d2. Consider uploading reports for the commit 25841d2 to get more accurate results

@@             Coverage Diff             @@
##             0.11.x    #229      +/-   ##
===========================================
- Coverage     10.06%   9.54%   -0.52%     
- Complexity      358     375      +17     
===========================================
  Files            62      63       +1     
  Lines          1103    1163      +60     
===========================================
  Hits            111     111              
- Misses          992    1052      +60     
Impacted Files Coverage Δ
src/Command/Cli/DisableOldGiftCardsCommand.php 0.00% <0.00%> (ø)
src/Doctrine/ORM/GiftCardRepository.php 0.00% <0.00%> (ø)
src/SetonoSyliusGiftCardPlugin.php 0.00% <0.00%> (ø)
src/EmailManager/GiftCardEmailManager.php 0.00% <0.00%> (ø)
src/Form/Extension/ProductTypeExtension.php 0.00% <0.00%> (ø)
src/EventListener/GiftCardDeletionSubscriber.php 0.00% <0.00%> (ø)
...rc/Controller/Action/ResendGiftCardEmailAction.php 0.00% <0.00%> (ø)
...istener/DefaultGiftCardConfigurationSubscriber.php 0.00% <0.00%> (ø)
...ener/SendEmailWithGiftCardToCustomerSubscriber.php 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 02d7eaf...25841d2. Read the comment docs.