soywiz-archive / jtransc

Bytecode to source converting Java & Kotlin code into JavaScript, C++, D, C#, PHP, AS3, Dart and Haxe and run it everywhere. Also use JVM code in your favourite language as a library.
https://jtransc.soywiz.com/
Apache License 2.0
632 stars 67 forks source link

Kotlin 1.2 + Gradle 4.3.1 #282

Closed soywiz closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #282 into master will increase coverage by 0.03%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #282      +/-   ##
============================================
+ Coverage     17.93%   17.96%   +0.03%     
  Complexity      386      386              
============================================
  Files           314      314              
  Lines         20825    20825              
  Branches       4501     4496       -5     
============================================
+ Hits           3734     3742       +8     
  Misses        16408    16408              
+ Partials        683      675       -8
Impacted Files Coverage Δ Complexity Δ
...transc-rt-core/src/com/jtransc/JTranscVersion.java 0% <ø> (ø) 0 <0> (ø) :arrow_down:
jtransc-utils/src/com/jtransc/lang/Dynamic.kt 22.95% <0%> (+0.54%) 37% <0%> (ø) :arrow_down:
...rc/com/jtransc/backend/asm1/AsmToAstMethodBody1.kt 43.24% <0%> (+0.58%) 0% <0%> (ø) :arrow_down:
...nsc-core/src/com/jtransc/backend/asm2/AsmToAst2.kt 65.13% <0%> (+0.91%) 0% <0%> (ø) :arrow_down:
...ansc-core/src/com/jtransc/graph/StrongComponent.kt 88.88% <0%> (+1.38%) 3% <0%> (ø) :arrow_down:
jtransc-core/src/com/jtransc/graph/Digraph.kt 43.47% <0%> (+1.44%) 0% <0%> (ø) :arrow_down:
jtransc-utils/src/com/jtransc/vfs/FileExt.kt 50% <0%> (+25%) 0% <0%> (ø) :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 16ffc6f...4364162. Read the comment docs.