mirumee / prices

Python price handling for humans.
Other
268 stars 39 forks source link

Second pass on the API #28

Closed patrys closed 6 years ago

patrys commented 6 years ago
codecov-io commented 6 years ago

Codecov Report

Merging #28 into master will decrease coverage by 0.25%. The diff coverage is 99.38%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
- Coverage   99.64%   99.39%   -0.26%     
==========================================
  Files           6        7       +1     
  Lines         285      330      +45     
  Branches       36       54      +18     
==========================================
+ Hits          284      328      +44     
  Misses          1        1              
- Partials        0        1       +1
Impacted Files Coverage Δ
prices/taxed_money.py 100% <100%> (ø)
prices/money.py 100% <100%> (ø)
prices/taxed_money_range.py 100% <100%> (ø)
prices/money_range.py 100% <100%> (ø)
prices/utils.py 100% <100%> (ø) :arrow_up:
prices/tax.py 100% <100%> (ø) :arrow_up:
prices/discount.py 94.28% <94.28%> (-5.72%) :arrow_down:
... and 1 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 70ccda4...f79bb05. Read the comment docs.