django-cms / djangocms-audio

django CMS Audio is a set of plugins for django CMS. That allow you to publish audio files on your site.
https://www.django-cms.org
Other
19 stars 9 forks source link

Add support for new Django versions 1.11/2.0/2.1 and drop for 1.8/1.9/1.10 #12

Closed bplociennik closed 6 years ago

bplociennik commented 6 years ago

Based on #11

codecov-io commented 6 years ago

Codecov Report

Merging #12 into master will decrease coverage by 0.17%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
- Coverage   76.25%   76.08%   -0.18%     
==========================================
  Files           5        4       -1     
  Lines         139      138       -1     
  Branches       12       12              
==========================================
- Hits          106      105       -1     
  Misses         33       33
Impacted Files Coverage Δ
...ngocms_audio/migrations/0002_auto_20160825_1821.py 100% <ø> (ø) :arrow_up:
djangocms_audio/migrations/0001_initial.py 100% <100%> (ø) :arrow_up:
djangocms_audio/models.py 65.33% <75%> (+0.46%) :arrow_up:
djangocms_audio/migrations/__init__.py

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 57c3f0b...ff78267. Read the comment docs.