studybuffalo / django-flexible-subscriptions

A subscription and recurrent billing application for Django.
GNU General Public License v3.0
249 stars 57 forks source link

Refactor currency class #185

Closed studybuffalo closed 4 years ago

studybuffalo commented 4 years ago
codecov[bot] commented 4 years ago

Codecov Report

Merging #185 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #185   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         9    +1     
  Lines          722       801   +79     
  Branches        35        47   +12     
=========================================
+ Hits           722       801   +79     
Impacted Files Coverage Δ
subscriptions/currency.py 100.00% <100.00%> (ø)
subscriptions/forms.py 100.00% <100.00%> (ø)
subscriptions/templatetags/currency_filters.py 100.00% <100.00%> (ø)

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 63bad73...364df47. Read the comment docs.