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

Feature/improve perf #290

Closed valb3r closed 2 years ago

valb3r commented 2 years ago

Minor performance improvement

codecov-commenter commented 2 years ago

Codecov Report

Merging #290 (026a192) into master (af40006) will increase coverage by 0.02%. The diff coverage is 86.66%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #290      +/-   ##
============================================
+ Coverage     62.26%   62.28%   +0.02%     
  Complexity     1289     1289              
============================================
  Files           185      185              
  Lines          6150     6154       +4     
  Branches        826      826              
============================================
+ Hits           3829     3833       +4     
  Misses         2054     2054              
  Partials        267      267              
Flag Coverage Δ
unittests 62.28% <86.66%> (+0.02%) :arrow_up:

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

Impacted Files Coverage Δ
...render/elements/shapes/EllipticIconOnLayerShape.kt 0.00% <0.00%> (ø)
...r/bpmn/intellij/plugin/core/render/IconProvider.kt 97.40% <66.66%> (+0.14%) :arrow_up:
.../valb3r/bpmn/intellij/plugin/core/render/Canvas.kt 61.03% <100.00%> (ø)
.../bpmn/intellij/plugin/core/render/CanvasPainter.kt 62.00% <100.00%> (-0.10%) :arrow_down:
...j/plugin/core/render/DefaultBpmnProcessRenderer.kt 68.35% <100.00%> (+0.13%) :arrow_up:
...ender/elements/shapes/AnyShapeNestableIconShape.kt 82.97% <100.00%> (ø)
...ij/plugin/core/render/elements/shapes/IconShape.kt 40.00% <100.00%> (ø)

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 af40006...026a192. Read the comment docs.