reactiverse / es4x

🚀 fast JavaScript 4 Eclipse Vert.x
https://reactiverse.io/es4x/
Apache License 2.0
882 stars 75 forks source link

Adapt codegen to transform Future to PromiseLike #442

Closed pmlopes closed 3 years ago

pmlopes commented 3 years ago

Signed-off-by: Paulo Lopes pmlopes@gmail.com

Follow up on: https://github.com/vert-x3/vertx-codegen/issues/317

codecov[bot] commented 3 years ago

Codecov Report

Merging #442 into develop will increase coverage by 0.24%. The diff coverage is 71.42%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #442      +/-   ##
=============================================
+ Coverage      58.25%   58.50%   +0.24%     
- Complexity       206      211       +5     
=============================================
  Files             17       17              
  Lines           1030     1041      +11     
  Branches         202      201       -1     
=============================================
+ Hits             600      609       +9     
- Misses           304      305       +1     
- Partials         126      127       +1     
Impacted Files Coverage Δ Complexity Δ
.../src/main/java/io/reactiverse/es4x/ECMAEngine.java 76.33% <71.42%> (+0.50%) 38.00 <8.00> (+5.00)

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 c4611a8...8f0b7db. Read the comment docs.