coddingtonbear / django-measurement

Easily store, retrieve, and convert measurements of weight, volume, distance, area and more.
MIT License
145 stars 32 forks source link

Fix custom measurment class support #76

Closed webit-mdowney closed 6 years ago

webit-mdowney commented 6 years ago

See #11

Also fixed a few failing tests (see django_measurement/forms.py:65).

codecov-io commented 6 years ago

Codecov Report

Merging #76 into master will increase coverage by 0.08%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #76      +/-   ##
=========================================
+ Coverage   88.72%   88.8%   +0.08%     
=========================================
  Files           4       4              
  Lines         133     134       +1     
=========================================
+ Hits          118     119       +1     
  Misses         15      15
Impacted Files Coverage Δ
django_measurement/models.py 94.91% <100%> (+0.08%) :arrow_up:

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 25e7e7f...aa91e41. Read the comment docs.

codingjoe commented 6 years ago

Released in 3.1.0