ContextMapper / context-map-generator

A graphical DDD Context Map Generator based on Graphviz
Apache License 2.0
21 stars 2 forks source link

Enhanced context map generator with team maps (distinguish between BCs of type generic and/or teams) #6

Closed stefan-ka closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #6 into master will increase coverage by 1.05%. The diff coverage is 98.05%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #6      +/-   ##
============================================
+ Coverage     75.73%   76.79%   +1.05%     
- Complexity      809      855      +46     
============================================
  Files            77       80       +3     
  Lines          2510     2620     +110     
  Branches        257      260       +3     
============================================
+ Hits           1901     2012     +111     
+ Misses          478      476       -2     
- Partials        131      132       +1     
Impacted Files Coverage Δ Complexity Δ
.../main/java/guru/nidi/graphviz/engine/Graphviz.java 76.19% <ø> (ø) 30.00 <0.00> (ø)
...per/contextmap/generator/model/BoundedContext.java 96.66% <94.44%> (-3.34%) 14.00 <9.00> (+9.00) :arrow_down:
...pper/contextmap/generator/ContextMapGenerator.java 97.36% <98.46%> (+2.22%) 71.00 <41.00> (+33.00)
...contextmap/generator/model/BoundedContextType.java 100.00% <100.00%> (ø) 1.00 <1.00> (?)
...l/exception/BoundedContextIsNotATeamException.java 100.00% <100.00%> (ø) 1.00 <1.00> (?)
...el/exception/TeamCannotImplementTeamException.java 100.00% <100.00%> (ø) 1.00 <1.00> (?)
...ru/nidi/graphviz/engine/GraphvizCmdLineEngine.java 66.66% <0.00%> (-1.76%) 15.00% <0.00%> (ø%)
... and 2 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 8ea2726...29dd31a. Read the comment docs.