mirumee / django-prices

Django fields for the prices module
158 stars 52 forks source link

Improve code wrapping #54

Closed rafalp closed 6 years ago

rafalp commented 6 years ago

This small PR improves code wrapping in codebase. Due to miniscule amount of changes I've decided against bumping up the version number as we may as well include those changes with next release, whenever that happens.

codecov-io commented 6 years ago

Codecov Report

Merging #54 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #54   +/-   ##
=======================================
  Coverage   96.15%   96.15%           
=======================================
  Files           4        4           
  Lines         104      104           
  Branches       10       10           
=======================================
  Hits          100      100           
  Misses          2        2           
  Partials        2        2
Impacted Files Coverage Δ
django_prices/templatetags/prices_i18n.py 95.83% <ø> (ø) :arrow_up:
django_prices/validators.py 100% <100%> (ø) :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 6f1b2eb...77ea054. Read the comment docs.