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
158 stars 31 forks source link

Feature/fbp 235 support more extension elems contd #256

Closed valb3r closed 2 years ago

valb3r commented 2 years ago

Fixes #235

codecov-commenter commented 2 years ago

Codecov Report

Merging #256 (f2ba5e5) into master (c3fe314) will decrease coverage by 0.27%. The diff coverage is 63.28%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #256      +/-   ##
============================================
- Coverage     61.48%   61.20%   -0.28%     
- Complexity      947      958      +11     
============================================
  Files           129      130       +1     
  Lines          4668     4916     +248     
  Branches        642      690      +48     
============================================
+ Hits           2870     3009     +139     
- Misses         1574     1675     +101     
- Partials        224      232       +8     
Flag Coverage Δ
unittests 61.20% <63.28%> (-0.28%) :arrow_down:

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

Impacted Files Coverage Δ
...intellij/plugin/activiti/parser/Activiti7Parser.kt 78.94% <0.00%> (+2.02%) :arrow_up:
...ij/plugin/activiti/parser/ActivitiObjectFactory.kt 100.00% <ø> (ø)
.../bpmn/intellij/plugin/core/BpmnPluginToolWindow.kt 0.00% <0.00%> (ø)
...b3r/bpmn/intellij/plugin/core/MouseEventHandler.kt 0.00% <0.00%> (ø)
...n/core/actions/copypaste/CopyPasteActionHandler.kt 0.00% <0.00%> (ø)
.../valb3r/bpmn/intellij/plugin/core/parser/Parser.kt 0.00% <0.00%> (ø)
...in/flowable/FlowableBpmnPluginToolWindowFactory.kt 0.00% <0.00%> (ø)
...ellij/plugin/core/ui/components/MultiEditJTable.kt 1.42% <11.11%> (-0.16%) :arrow_down:
...3r/bpmn/intellij/plugin/core/state/CurrentState.kt 67.95% <25.80%> (-7.69%) :arrow_down:
.../valb3r/bpmn/intellij/plugin/core/CanvasBuilder.kt 55.55% <50.00%> (ø)
... and 16 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 c3fe314...f2ba5e5. Read the comment docs.