dflemstr / v8-rs

An idiomatic Rust wrapper for the V8 Javascript engine
107 stars 16 forks source link

Boxed closures #6

Closed dflemstr closed 7 years ago

dflemstr commented 7 years ago

@tcosprojects I added a test case from your last PR comment, it succeeds which means that this approach is at least slightly better than the last one.

codecov-io commented 7 years ago

Current coverage is 48.76% (diff: 68.10%)

Merging #6 into master will increase coverage by 2.23%

@@             master         #6   diff @@
==========================================
  Files            11         11          
  Lines          2145       2178    +33   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            998       1062    +64   
+ Misses         1147       1116    -31   
  Partials          0          0          

Powered by Codecov. Last update ed3153d...8cfdcdc