tbodt / v8py

Write Python APIs, then call them from JavaScript using the V8 engine.
GNU Lesser General Public License v3.0
440 stars 28 forks source link

Exposing JSObject and JSFunction #5

Closed buffer closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #5 into master will increase coverage by 0.11%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
+ Coverage   67.34%   67.45%   +0.11%     
==========================================
  Files          16       16              
  Lines        1176     1180       +4     
  Branches      184      184              
==========================================
+ Hits          792      796       +4     
  Misses        261      261              
  Partials      123      123
Impacted Files Coverage Δ
v8py/v8py.cpp 67.9% <100%> (+1.66%) :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 6d02542...54ee8a1. Read the comment docs.