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

[2.x] Extract service module into payavel/orchestration package. #36

Merged
merged 54 commits into from
Apr 19, 2024

Update orchestration to master

ff225d3
Select commit
Loading
Failed to load commit list.
Merged

[2.x] Extract service module into payavel/orchestration package. #36

Update orchestration to master
ff225d3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 19, 2024 in 0s

26.84% (-40.29%) compared to 3a4db97

View this Pull Request on Codecov

26.84% (-40.29%) compared to 3a4db97

Details

Codecov Report

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

Project coverage is 26.84%. Comparing base (3a4db97) to head (ff225d3).

Files Patch % Lines
src/Models/PaymentMethod.php 28.57% 5 Missing ⚠️
src/Models/PaymentTransaction.php 28.57% 5 Missing ⚠️
src/Models/Wallet.php 33.33% 4 Missing ⚠️
src/Models/PaymentTransactionEvent.php 0.00% 3 Missing ⚠️
src/Models/Traits/ConfiguresPaymentGateway.php 0.00% 2 Missing ⚠️
src/PaymentResponse.php 0.00% 2 Missing ⚠️
src/Models/PaymentType.php 66.66% 1 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             master      #36       +/-   ##
=============================================
- Coverage     67.13%   26.84%   -40.29%     
+ Complexity      223       67      -156     
=============================================
  Files            42       17       -25     
  Lines           712      149      -563     
=============================================
- Hits            478       40      -438     
+ Misses          234      109      -125     

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