rewe-digital / composer

Dynamically composes markup generated by microservices. Based on Java8, reactive patterns and Spotify Apollo. Made with 💙 in cologne.
Apache License 2.0
10 stars 2 forks source link

Composer 2.0 #41

Closed thovid closed 5 years ago

thovid commented 5 years ago

Restructured composer to

codecov-io commented 5 years ago

Codecov Report

Merging #41 into master will increase coverage by 4.74%. The diff coverage is 91.09%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #41      +/-   ##
============================================
+ Coverage     86.62%   91.37%   +4.74%     
- Complexity      392      469      +77     
============================================
  Files            47       51       +4     
  Lines           972     1043      +71     
  Branches         61       65       +4     
============================================
+ Hits            842      953     +111     
+ Misses           88       67      -21     
+ Partials         42       23      -19
Impacted Files Coverage Δ Complexity Δ
...com/rewedigital/composer/caching/CacheHeaders.java 90% <ø> (ø) 5 <0> (ø) :arrow_down:
...m/rewedigital/composer/routing/BackendRouting.java 81.25% <ø> (ø) 8 <0> (ø) :arrow_down:
...ewedigital/composer/html/ContentMarkupHandler.java 88.88% <ø> (ø) 27 <0> (?)
...tal/composer/application/DefaultConfiguration.java 94.44% <ø> (ø) 4 <0> (?)
...m/rewedigital/composer/session/SessionHandler.java 100% <ø> (ø) 6 <0> (-1) :arrow_down:
...va/com/rewedigital/composer/html/ContentRange.java 94.73% <ø> (ø) 14 <0> (?)
...al/composer/application/ProxyHeaderMiddleware.java 94.11% <ø> (ø) 7 <0> (?)
...gital/composer/caching/CachingClientDecorator.java 100% <ø> (ø) 3 <0> (ø) :arrow_down:
.../rewedigital/composer/html/ComposableBodyRoot.java 100% <100%> (ø) 18 <18> (?)
.../com/rewedigital/composer/session/SessionRoot.java 100% <100%> (ø) 23 <9> (+3) :arrow_up:
... and 48 more

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 6b2d69f...2c280ef. Read the comment docs.

AndreasKl commented 5 years ago

Danke Thomas