learningequality / ka-lite

KA Lite: lightweight web server for serving core Khan Academy content (videos and exercises) without needing internet connectivity
https://learningequality.org/ka-lite/
Other
456 stars 304 forks source link

0.17.2rc1 #5481

Closed benjaoming closed 7 years ago

benjaoming commented 7 years ago

WARNING! Merging this, merges and closes all PRs contained in this PR, and they may have a separate review process and amendments following. So don't merge this PR!! :)

New release, manually brewing the distributions:

Known issues

See release notes: http://ka-lite.readthedocs.io/en/develop/installguide/release_notes.html

Included PRs

Current 0.17.x branch

Installer links

PyPi

pip install ka-lite --pre

or

pip install ka-lite-static --pre  # bundled dependencies
codecov[bot] commented 7 years ago

Codecov Report

Merging #5481 into master will increase coverage by 0.57%. The diff coverage is 58.82%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5481      +/-   ##
==========================================
+ Coverage   61.39%   61.97%   +0.57%     
==========================================
  Files         118      118              
  Lines        6577     6582       +5     
==========================================
+ Hits         4038     4079      +41     
+ Misses       2539     2503      -36
Impacted Files Coverage Δ
kalite/distributed/urls.py 95.65% <ø> (ø) :arrow_up:
kalite/distributed/views.py 78.65% <100%> (+0.95%) :arrow_up:
kalite/cli.py 50.94% <30%> (+8.59%) :arrow_up:
kalite/coachreports/models.py 84.95% <0%> (-0.89%) :arrow_down:
kalite/settings/__init__.py
kalite/__init__.py
kalite/project/settings/base.py 88.07% <0%> (ø)
.../django/db/backends/postgresql_psycopg2/version.py 100% <0%> (ø)
kalite/project/settings/__init__.py 76.92% <0%> (ø)
... and 2 more

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 1f7d4aa...3ad1549. Read the comment docs.