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

Use JSONField for BasePayment.attrs #306

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Merge branch 'main' into drop-dj22

2574ae3
Select commit
Loading
Failed to load commit list.
Draft

Use JSONField for BasePayment.attrs #306

Merge branch 'main' into drop-dj22
2574ae3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 1, 2024 in 0s

77.95% (-0.48%) compared to 84b52c9

View this Pull Request on Codecov

77.95% (-0.48%) compared to 84b52c9

Details

Codecov Report

Attention: 13 lines in your changes are missing coverage. Please review.

Comparison is base (84b52c9) 78.42% compared to head (2574ae3) 77.95%.

Files Patch % Lines
payments/cybersource/__init__.py 44.44% 3 Missing and 2 partials ⚠️
payments/models.py 50.00% 4 Missing ⚠️
payments/stripe/__init__.py 0.00% 3 Missing ⚠️
payments/paypal/__init__.py 88.88% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #306      +/-   ##
==========================================
- Coverage   78.42%   77.95%   -0.48%     
==========================================
  Files          29       29              
  Lines        1979     1964      -15     
  Branches      244      244              
==========================================
- Hits         1552     1531      -21     
- Misses        310      317       +7     
+ Partials      117      116       -1     

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