Skip to content

Remove unused recipient fields

201850e
Select commit
Loading
Failed to load commit list.
Merged

feat: prepare Python SDK 1.1.0 release #35

Remove unused recipient fields
201850e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 25, 2026 in 1s

60.51% (+60.51%) compared to 07b0b08

View this Pull Request on Codecov

60.51% (+60.51%) compared to 07b0b08

Details

Codecov Report

❌ Patch coverage is 93.11927% with 15 lines in your changes missing coverage. Please review.
✅ Project coverage is 60.51%. Comparing base (07b0b08) to head (201850e).

Files with missing lines Patch % Lines
trolley/verification_gateway.py 91.83% 4 Missing ⚠️
trolley/types/verification.py 86.66% 2 Missing ⚠️
trolley/balances_gateway.py 93.33% 1 Missing ⚠️
trolley/batch_gateway.py 87.50% 1 Missing ⚠️
trolley/client.py 85.71% 1 Missing ⚠️
trolley/gateway.py 83.33% 1 Missing ⚠️
trolley/invoice_payment_gateway.py 83.33% 1 Missing ⚠️
trolley/payment_gateway.py 91.66% 1 Missing ⚠️
trolley/recipient.py 0.00% 1 Missing ⚠️
trolley/recipient_gateway.py 66.66% 1 Missing ⚠️
... and 1 more
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #35       +/-   ##
===========================================
+ Coverage    0.00%   60.51%   +60.51%     
===========================================
  Files          24       41       +17     
  Lines         855     1274      +419     
===========================================
+ Hits            0      771      +771     
+ Misses        855      503      -352     
Files with missing lines Coverage Δ
trolley/__init__.py 100.00% <100.00%> (+100.00%) ⬆️
trolley/exceptions/baseException.py 91.66% <100.00%> (+91.66%) ⬆️
trolley/recipient_account_gateway.py 90.38% <100.00%> (+90.38%) ⬆️
trolley/types/balances.py 89.47% <100.00%> (ø)
trolley/types/batch.py 97.87% <100.00%> (ø)
trolley/types/batch_summary.py 100.00% <ø> (ø)
trolley/types/invoice_payment.py 78.26% <ø> (ø)
trolley/types/invoice_payment_part.py 46.15% <ø> (ø)
trolley/types/offline_payment.py 93.33% <ø> (ø)
trolley/types/recipient.py 97.50% <100.00%> (ø)
... and 12 more

... and 19 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.