stencila / py

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

Execution contexts new API #8

Closed nokome closed 6 years ago

nokome commented 6 years ago

Execution contexts have a new API with analyseCode and executeCode methods. This is implemented in other language packages e.g. in JsContext and RContext but needs to be implemented here, in PythonContext and SQLiteContext

codecov-io commented 6 years ago

Codecov Report

Merging #8 into develop will decrease coverage by 4.55%. The diff coverage is 83.87%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop       #8      +/-   ##
===========================================
- Coverage    88.07%   83.51%   -4.56%     
===========================================
  Files            6        6              
  Lines          545      540       -5     
===========================================
- Hits           480      451      -29     
- Misses          65       89      +24
Impacted Files Coverage Δ
stencila/host.py 81.34% <ø> (-0.14%) :arrow_down:
stencila/value.py 95.41% <100%> (ø) :arrow_up:
stencila/python_context.py 87.5% <58.33%> (-8.09%) :arrow_down:
stencila/sqlite_context.py 42.1% <0%> (-50%) :arrow_down:

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 47b73bc...a8bd252. Read the comment docs.