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

FBP-287. Handle empty condition expression type #288

Closed valb3r closed 2 years ago

valb3r commented 2 years ago

Fixes #287

codecov-commenter commented 2 years ago

Codecov Report

Merging #288 (0b9f031) into master (b58c4f1) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #288      +/-   ##
============================================
+ Coverage     62.24%   62.26%   +0.01%     
- Complexity     1288     1289       +1     
============================================
  Files           185      185              
  Lines          6150     6150              
  Branches        826      826              
============================================
+ Hits           3828     3829       +1     
  Misses         2054     2054              
+ Partials        268      267       -1     
Flag Coverage Δ
unittests 62.26% <100.00%> (+0.01%) :arrow_up:

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

Impacted Files Coverage Δ
...ugin/activiti/parser/nodes/process/SequenceFlow.kt 90.90% <100.00%> (ø)
...lugin/camunda/parser/nodes/process/SequenceFlow.kt 92.30% <100.00%> (ø)
...ugin/flowable/parser/nodes/process/SequenceFlow.kt 90.90% <100.00%> (ø)
...ij/plugin/camunda/parser/nodes/process/UserTask.kt 96.15% <0.00%> (+3.84%) :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 b58c4f1...0b9f031. Read the comment docs.