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 258 support multiline fields #271

Closed valb3r closed 2 years ago

valb3r commented 2 years ago

Fixes #258

codecov-commenter commented 2 years ago

Codecov Report

Merging #271 (6ba53dc) into master (786ac64) will decrease coverage by 0.70%. The diff coverage is 4.70%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #271      +/-   ##
============================================
- Coverage     61.91%   61.21%   -0.71%     
- Complexity     1280     1281       +1     
============================================
  Files           183      183              
  Lines          5953     6023      +70     
  Branches        795      809      +14     
============================================
+ Hits           3686     3687       +1     
- Misses         2014     2083      +69     
  Partials        253      253              
Flag Coverage Δ
unittests 61.21% <4.70%> (-0.71%) :arrow_down:

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

Impacted Files Coverage Δ
.../bpmn/intellij/plugin/core/BpmnPluginToolWindow.kt 0.00% <0.00%> (ø)
...ellij/plugin/core/ui/components/MultiEditJTable.kt 1.12% <0.00%> (-0.31%) :arrow_down:
.../valb3r/bpmn/intellij/plugin/core/CanvasBuilder.kt 55.55% <50.00%> (ø)
...lij/plugin/core/properties/PropertiesVisualizer.kt 57.40% <100.00%> (+0.19%) :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 786ac64...6ba53dc. Read the comment docs.

valb3r commented 2 years ago

@dschulten FYI this fix should finalize https://github.com/valb3r/flowable-bpmn-intellij-plugin/issues/233 as you should be able to edit multiline documentation fields directly in plugin when this releases