valb3r / flowable-bpmn-intellij-plugin

Flowable, Activiti, Camunda BPMN engines process editor plugin for IntelliJ. Pure Kotlin (and some Java)
https://plugins.jetbrains.com/plugin/14318-flowable-bpmn-visualizer
MIT License
159 stars 33 forks source link

Bugfix/fbp 201 boundary events wrong behavior #279

Closed valb3r closed 3 years ago

valb3r commented 3 years ago

Fixes #201

codecov-commenter commented 3 years ago

Codecov Report

Merging #279 (17c2d94) into master (1b44b1e) will increase coverage by 0.09%. The diff coverage is 80.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #279      +/-   ##
============================================
+ Coverage     62.01%   62.11%   +0.09%     
- Complexity     1276     1281       +5     
============================================
  Files           185      185              
  Lines          6090     6103      +13     
  Branches        819      822       +3     
============================================
+ Hits           3777     3791      +14     
+ Misses         2049     2047       -2     
- Partials        264      265       +1     
Flag Coverage Δ
unittests 62.11% <80.00%> (+0.09%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ender/elements/shapes/AnyShapeNestableIconShape.kt 77.50% <57.14%> (-4.32%) :arrow_down:
...ore/render/elements/edges/BaseEdgeRenderElement.kt 70.83% <100.00%> (+0.41%) :arrow_up:
.../core/render/elements/shapes/ShapeRenderElement.kt 83.93% <100.00%> (+2.55%) :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 1b44b1e...17c2d94. Read the comment docs.