django / django-localflavor

Country-specific Django helpers, formerly of contrib fame
https://django-localflavor.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
828 stars 290 forks source link

Add testing for Django 2.1 #335

Closed timgraham closed 6 years ago

timgraham commented 6 years ago

This will have to wait until after the Django 2.1 beta release as the test failures will be fixed by https://github.com/django/django/pull/10003. (now done)

benkonrath commented 6 years ago

Great, thanks!

codecov-io commented 6 years ago

Codecov Report

Merging #335 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #335   +/-   ##
=======================================
  Coverage   95.89%   95.89%           
=======================================
  Files         153      153           
  Lines        3851     3851           
  Branches      512      512           
=======================================
  Hits         3693     3693           
  Misses         96       96           
  Partials       62       62

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 242ae1c...8d3a6c7. Read the comment docs.

benkonrath commented 6 years ago

Thanks again.