jazzband / django-embed-video

Django app for easy embedding YouTube and Vimeo videos and music from SoundCloud.
http://django-embed-video.rtfd.org
MIT License
383 stars 135 forks source link

Release 1.4.1 #166

Closed aleksihakli closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #166 (a3a5590) into master (58e3dfe) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #166   +/-   ##
=======================================
  Coverage   98.89%   98.89%           
=======================================
  Files          17       17           
  Lines         634      634           
  Branches       69       69           
=======================================
  Hits          627      627           
  Misses          4        4           
  Partials        3        3           

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 58e3dfe...a3a5590. Read the comment docs.

hramezani commented 2 years ago

Django 3.1 has to be dropped from tox.ini

aleksihakli commented 2 years ago

Django 3.1 has to be dropped from tox.ini

Good catch, removed from tox.ini, thanks!