stencila / py

Stencila for Python
Apache License 2.0
17 stars 1 forks source link

Fix Host and HostHttpServer #4

Closed nokome closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #4 into master will increase coverage by 41.46%. The diff coverage is 84.44%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #4       +/-   ##
===========================================
+ Coverage   41.68%   83.15%   +41.46%     
===========================================
  Files           7        7               
  Lines         523      368      -155     
===========================================
+ Hits          218      306       +88     
+ Misses        305       62      -243
Impacted Files Coverage Δ
stencila/__main__.py 0% <0%> (ø) :arrow_up:
stencila/python_context.py 97.67% <100%> (ø) :arrow_up:
stencila/host_http_server.py 79.16% <77.65%> (+60.08%) :arrow_up:
stencila/value.py 94.94% <87.09%> (-3.7%) :arrow_down:
stencila/host.py 76.19% <96.07%> (+49.7%) :arrow_up:

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 1f2117f...010c01f. Read the comment docs.