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

Run coverage in parallel mode #5445

Closed benjaoming closed 7 years ago

benjaoming commented 7 years ago

Summary

Been wondering a bit why coverage isn't showing up properly for kalite.cli so trying out this, even though I think CodeCov already knows that it's receiving separate reports from both CircleCI instances...

Supersedes #5443

codecov[bot] commented 7 years ago

Codecov Report

Merging #5445 into 0.17.x will increase coverage by 9.45%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           0.17.x    #5445      +/-   ##
==========================================
+ Coverage   51.94%   61.39%   +9.45%     
==========================================
  Files         143      118      -25     
  Lines        7466     6574     -892     
==========================================
+ Hits         3878     4036     +158     
+ Misses       3588     2538    -1050
Impacted Files Coverage Δ
kalite/coachreports/api_urls.py 100% <0%> (ø) :arrow_up:
kalite/contentload/api_urls.py 100% <0%> (ø) :arrow_up:
kalite/updates/urls.py 100% <0%> (ø) :arrow_up:
kalite/inline/api_urls.py 100% <0%> (ø) :arrow_up:
kalite/distributed/forms.py 100% <0%> (ø) :arrow_up:
kalite/control_panel/urls.py 100% <0%> (ø) :arrow_up:
kalite/inline/narratives.py 100% <0%> (ø) :arrow_up:
...lite/control_panel/features/steps/control_panel.py
kalite/project/settings/base.py
kalite/distributed/features/steps/generic.py
... and 58 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 062188a...f29a8b5. Read the comment docs.