Setono / SyliusGiftCardPlugin

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

Upgrade test application and drop support for PHP 7.4 and PHP 8.0 #264

Closed loevgaard closed 5 months ago

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 36.36364% with 14 lines in your changes are missing coverage. Please review.

Project coverage is 41.47%. Comparing base (d4128a6) to head (e336b6d).

:exclamation: Current head e336b6d differs from pull request most recent head 5964f90. Consider uploading reports for the commit 5964f90 to get more accurate results

Files Patch % Lines
src/EmailManager/GiftCardEmailManager.php 0.00% 2 Missing :warning:
src/Fixture/Factory/GiftCardExampleFactory.php 0.00% 2 Missing :warning:
src/Form/Type/GiftCardConfigurationType.php 0.00% 2 Missing :warning:
...rc/Controller/Action/DownloadGiftCardPdfAction.php 0.00% 1 Missing :warning:
src/Controller/Action/GiftCardBalanceAction.php 0.00% 1 Missing :warning:
src/Doctrine/ORM/GiftCardRepository.php 0.00% 1 Missing :warning:
src/Doctrine/ORM/OrderRepositoryTrait.php 0.00% 1 Missing :warning:
src/EventSubscriber/GiftCardDeletionSubscriber.php 0.00% 1 Missing :warning:
src/Exception/ChannelMismatchException.php 0.00% 1 Missing :warning:
.../DataTransformer/GiftCardToCodeDataTransformer.php 0.00% 1 Missing :warning:
... and 1 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## 0.12.x #264 +/- ## ============================================ + Coverage 41.30% 41.47% +0.16% + Complexity 597 594 -3 ============================================ Files 108 107 -1 Lines 2116 2105 -11 ============================================ - Hits 874 873 -1 + Misses 1242 1232 -10 ```

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