xcherryio / xcherry

server and main repo of xCherry project
Apache License 2.0
26 stars 1 forks source link

Add StopProcess #42

Closed zklgame closed 11 months ago

zklgame commented 11 months ago

Why make this pull request?

Add StopProcess.

What has changed

How to test this pull request?

https://github.com/xdblab/xdb-golang-sdk/pull/14

codecov[bot] commented 11 months ago

Codecov Report

Attention: 96 lines in your changes are missing coverage. Please review.

Comparison is base (e8b9ad0) 57.29% compared to head (7f44d93) 55.01%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #42 +/- ## ========================================== - Coverage 57.29% 55.01% -2.29% ========================================== Files 39 39 Lines 2288 2385 +97 ========================================== + Hits 1311 1312 +1 - Misses 858 954 +96 Partials 119 119 ``` | [Files](https://app.codecov.io/gh/xdblab/xdb/pull/42?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xdblab) | Coverage Δ | | |---|---|---| | [persistence/data\_models.go](https://app.codecov.io/gh/xdblab/xdb/pull/42?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xdblab#diff-cGVyc2lzdGVuY2UvZGF0YV9tb2RlbHMuZ28=) | `30.76% <ø> (ø)` | | | [service/api/default\_server.go](https://app.codecov.io/gh/xdblab/xdb/pull/42?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xdblab#diff-c2VydmljZS9hcGkvZGVmYXVsdF9zZXJ2ZXIuZ28=) | `94.73% <100.00%> (+0.14%)` | :arrow_up: | | [extensions/postgres/transactional.go](https://app.codecov.io/gh/xdblab/xdb/pull/42?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xdblab#diff-ZXh0ZW5zaW9ucy9wb3N0Z3Jlcy90cmFuc2FjdGlvbmFsLmdv) | `77.77% <0.00%> (-4.58%)` | :arrow_down: | | [service/api/service\_impl.go](https://app.codecov.io/gh/xdblab/xdb/pull/42?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xdblab#diff-c2VydmljZS9hcGkvc2VydmljZV9pbXBsLmdv) | `40.74% <0.00%> (-7.79%)` | :arrow_down: | | [service/api/gin\_handler.go](https://app.codecov.io/gh/xdblab/xdb/pull/42?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xdblab#diff-c2VydmljZS9hcGkvZ2luX2hhbmRsZXIuZ28=) | `39.06% <0.00%> (-11.96%)` | :arrow_down: | | [persistence/sql/sql\_process\_store.go](https://app.codecov.io/gh/xdblab/xdb/pull/42?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xdblab#diff-cGVyc2lzdGVuY2Uvc3FsL3NxbF9wcm9jZXNzX3N0b3JlLmdv) | `56.75% <0.00%> (-9.02%)` | :arrow_down: |

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

zklgame commented 11 months ago

@longquanzheng this MR is ready now.