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

Added an integration test exercising the wohle composer #14

Closed AndreasKl closed 6 years ago

AndreasKl commented 6 years ago

Made the composer compatible with JDK9 by adding the missing libs. Minor logging improvements.

codecov[bot] commented 6 years ago

Codecov Report

Merging #14 into master will increase coverage by 2.5%. The diff coverage is 66.66%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master      #14     +/-   ##
===========================================
+ Coverage     80.83%   83.33%   +2.5%     
- Complexity      270      273      +3     
===========================================
  Files            34       34             
  Lines           720      732     +12     
  Branches         35       35             
===========================================
+ Hits            582      610     +28     
+ Misses          114       98     -16     
  Partials         24       24
Impacted Files Coverage Δ Complexity Δ
...digital/composer/session/SessionConfiguration.java 100% <100%> (ø) 12 <0> (ø) :arrow_down:
...l/composer/composing/ValidatingContentFetcher.java 95.23% <100%> (+0.23%) 10 <1> (+1) :arrow_up:
...l/composer/configuration/DefaultConfiguration.java 93.33% <100%> (ø) 4 <2> (ø) :arrow_down:
...gital/composer/composing/ContentMarkupHandler.java 94.73% <100%> (ø) 25 <1> (ø) :arrow_down:
.../com/rewedigital/composer/ComposerApplication.java 71.42% <57.14%> (+71.42%) 0 <0> (ø) :arrow_down:
...m/rewedigital/composer/routing/BackendRouting.java 81.25% <0%> (+12.5%) 8% <0%> (+1%) :arrow_up:

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 b9c4fcc...d7e1ca7. Read the comment docs.