holunda-io / polyflow-examples

A collection of examples demonstrating the usage of Polyflow library.
https://www.holunda.io/camunda-bpm-taskpool/
Apache License 2.0
5 stars 3 forks source link

Festure/frontend dep upgrade #300

Closed pschalk closed 3 months ago

pschalk commented 3 months ago

This fixed #248

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 66.66667% with 18 lines in your changes are missing coverage. Please review.

Project coverage is 69.41%. Comparing base (c20e413) to head (2ccf8c3). Report is 4 commits behind head on develop.

Files Patch % Lines
...t-angular/src/app/task/state/task.store-service.ts 54.54% 5 Missing :warning:
...ngular/src/app/task/tasklist/tasklist.component.ts 50.00% 4 Missing :warning:
...t-angular/src/app/shared/external-url.directive.ts 0.00% 2 Missing :warning:
...t-angular/src/app/user/state/user.store-service.ts 75.00% 2 Missing :warning:
...src/app/dataentry/state/dataentry.store-service.ts 75.00% 1 Missing :warning:
...lar/src/app/process/state/process.store-service.ts 75.00% 1 Missing :warning:
...r/src/app/task/sorter/sortable-column.component.ts 50.00% 1 Missing :warning:
...asklist-angular/src/app/user/state/user.effects.ts 80.00% 1 Missing :warning:
...pp/user/user-selection/user-selection.component.ts 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #300 +/- ## =========================================== - Coverage 71.72% 69.41% -2.32% =========================================== Files 39 39 Lines 336 340 +4 Branches 6 6 =========================================== - Hits 241 236 -5 - Misses 95 104 +9 ```

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

luchsamapparat commented 3 months ago

since most of the actual code changes have been made by me, I approve this with confidence

HighfiveGIF