reaktivity / nukleus-maven-plugin

Nukleus Maven Plugin
Apache License 2.0
0 stars 10 forks source link

Design and implement VariantOfListFW, ListFW, List8FW, List32FW and ListFromVariantOfListFW #102

Closed izzymoriguchi closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #102 into develop will increase coverage by 0.49%. The diff coverage is 84.26%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #102      +/-   ##
=============================================
+ Coverage      77.71%   78.21%   +0.49%     
- Complexity       236      239       +3     
=============================================
  Files             30       30              
  Lines           1400     1432      +32     
  Branches         125      128       +3     
=============================================
+ Hits            1088     1120      +32     
+ Misses           211      209       -2     
- Partials         101      103       +2
Impacted Files Coverage Δ Complexity Δ
...aven/plugin/internal/ast/visit/VariantVisitor.java 82.35% <100%> (+1.1%) 4 <0> (ø) :arrow_down:
...ivity/nukleus/maven/plugin/internal/Generator.java 72.28% <100%> (+1.4%) 13 <0> (ø) :arrow_down:
.../maven/plugin/internal/ast/visit/ScopeVisitor.java 74.66% <100%> (+1.05%) 15 <0> (ø) :arrow_down:
...ity/nukleus/maven/plugin/internal/ast/AstType.java 97.67% <100%> (+2.8%) 25 <0> (+1) :arrow_up:
.../maven/plugin/internal/ast/AstVariantCaseNode.java 65.38% <71.42%> (+6.29%) 5 <1> (+1) :arrow_up:
...nukleus/maven/plugin/internal/ast/AstListNode.java 70.73% <73.33%> (+1.28%) 7 <3> (+1) :arrow_up:
...eus/maven/plugin/internal/ast/parse/AstParser.java 87.42% <84.31%> (+0.29%) 67 <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 dff5260...a2e0463. Read the comment docs.