coddingtonbear / django-measurement

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

update testing matrix to include all supported python & Django versions #106

Closed syphar closed 3 years ago

syphar commented 3 years ago
syphar commented 3 years ago

( this is a draft, let's see if CI passes)

codecov[bot] commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@b5c2a3f). Click here to learn what that means. The diff coverage is 84.21%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #106   +/-   ##
=========================================
  Coverage          ?   89.33%           
=========================================
  Files             ?        4           
  Lines             ?      150           
  Branches          ?        0           
=========================================
  Hits              ?      134           
  Misses            ?       16           
  Partials          ?        0           
Impacted Files Coverage Δ
django_measurement/forms.py 79.66% <70.00%> (ø)
django_measurement/models.py 94.66% <87.50%> (ø)
django_measurement/conf.py 100.00% <100.00%> (ø)
django_measurement/utils.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 b5c2a3f...5458908. Read the comment docs.

syphar commented 3 years ago

a rebase-merge would probably be best to keep the commits intact? Or just a normal merge commit

codingjoe commented 3 years ago

Thanks @syphar, I guess we spend so much time on the new release, that we didn't update the current one.