pinax / pinax-stripe-light

a payments Django app for Stripe
MIT License
684 stars 285 forks source link

pinax-stripe-light - A new version with less bells and whistles #620

Closed paltman closed 2 years ago

paltman commented 5 years ago

Explanation for this in #645

Closes #643 Closes #541 Closes #523 Closes #411

codecov[bot] commented 5 years ago

Codecov Report

Merging #620 (af2723d) into master (78473e1) will increase coverage by 1.09%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #620      +/-   ##
===========================================
+ Coverage   98.90%   100.00%   +1.09%     
===========================================
  Files          34        14      -20     
  Lines        1913       735    -1178     
  Branches      175       204      +29     
===========================================
- Hits         1892       735    -1157     
+ Misses         12         0      -12     
+ Partials        9         0       -9     
Flag Coverage Δ
py35dj20 ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pinax/__init__.py 100.00% <ø> (ø)
pinax/stripe/utils.py 100.00% <ø> (ø)
pinax/stripe/__init__.py 100.00% <100.00%> (ø)
pinax/stripe/admin.py 100.00% <100.00%> (ø)
pinax/stripe/apps.py 100.00% <100.00%> (ø)
pinax/stripe/models.py 100.00% <100.00%> (ø)
pinax/stripe/urls.py 100.00% <100.00%> (ø)
pinax/stripe/views.py 100.00% <100.00%> (ø)
pinax/stripe/webhooks/__init__.py 100.00% <100.00%> (ø)
pinax/stripe/webhooks/base.py 100.00% <100.00%> (ø)
... and 4 more

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 78473e1...af2723d. Read the comment docs.