bpm-crafters / process-engine-api

Beautiful implementation-agnostic process engine API.
https://bpm-crafters.github.io/process-engine-api/stable/
Apache License 2.0
13 stars 1 forks source link

Implement Async on the adapter side #63

Closed zambrovski closed 3 months ago

zambrovski commented 3 months ago
codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 12.93103% with 101 lines in your changes missing coverage. Please review.

Project coverage is 42.31%. Comparing base (84ca625) to head (a5f9388). Report is 5 commits behind head on develop.

Files Patch % Lines
...ask/delivery/job/EmbeddedTaskDeliveryJobHandler.kt 0.00% 56 Missing :warning:
...very/job/JobCreatingExternalServiceTaskListener.kt 0.00% 11 Missing :warning:
...d/task/delivery/job/JobCreatingUserTaskListener.kt 0.00% 11 Missing :warning:
...pi/adapter/c7/embedded/deploy/DeploymentApiImpl.kt 0.00% 4 Missing :warning:
...ask/completion/LinearMemoryFailureRetrySupplier.kt 50.00% 4 Missing :warning:
.../adapter/c7/embedded/task/delivery/VariablesExt.kt 20.00% 3 Missing and 1 partial :warning:
.../task/completion/C7ServiceTaskCompletionApiImpl.kt 40.00% 3 Missing :warning:
...7/embedded/task/completion/FailureRetrySupplier.kt 0.00% 3 Missing :warning:
...k/delivery/job/EmbeddedTaskDeliveryEnginePlugin.kt 0.00% 2 Missing :warning:
...k/delivery/pull/EmbeddedPullServiceTaskDelivery.kt 77.77% 2 Missing :warning:
... and 1 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #63 +/- ## ============================================= - Coverage 42.41% 42.31% -0.10% - Complexity 65 67 +2 ============================================= Files 30 33 +3 Lines 580 605 +25 Branches 48 41 -7 ============================================= + Hits 246 256 +10 - Misses 321 337 +16 + Partials 13 12 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.