ContextMapper / context-mapper-dsl

ContextMapper DSL: A Domain-specific Language for Context Mapping & Service Decomposition
https://contextmapper.org/
Apache License 2.0
217 stars 28 forks source link

Generate PlantUML diagrams for single Aggregates and Modules #287

Closed stefan-ka closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #287 (a06c131) into master (ea35562) will increase coverage by 0.0%. The diff coverage is 98.7%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #287   +/-   ##
========================================
  Coverage      93.0%   93.1%           
- Complexity     2167    2177   +10     
========================================
  Files           195     197    +2     
  Lines          5864    5898   +34     
  Branches        773     777    +4     
========================================
+ Hits           5458    5492   +34     
  Misses          201     201           
  Partials        205     205           
Impacted Files Coverage Δ Complexity Δ
...uml/PlantUMLBoundedContextClassDiagramCreator.java 100.0% <ø> (+0.8%) 23.0 <0.0> (-11.0) :arrow_up:
...ntextmapper/dsl/validation/ValidationMessages.java 0.0% <ø> (ø) 0.0 <0.0> (ø)
.../plantuml/AbstractPlantUMLClassDiagramCreator.java 95.7% <97.7%> (+0.6%) 65.0 <11.0> (+11.0)
...contextmapper/dsl/generator/PlantUMLGenerator.java 100.0% <100.0%> (ø) 30.0 <0.0> (+2.0)
...plantuml/PlantUMLAggregateClassDiagramCreator.java 100.0% <100.0%> (ø) 4.0 <4.0> (?)
...or/plantuml/PlantUMLModuleClassDiagramCreator.java 100.0% <100.0%> (ø) 4.0 <4.0> (?)

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 ea35562...a06c131. Read the comment docs.