xcherryio / xcherry

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

Fix docker-compose for local usage #84

Closed longquanzheng closed 1 year ago

longquanzheng commented 1 year ago

Why make this pull request?

[Explain why you are making this pull request and what problem it solves.]

What has changed

[Summarize what components of the repo is updated]

[Link to xdb-apis/xdb-golang-sdk PRs if it's on top of any API changes]

How to test this pull request?

[If writing Integration test in Golang SDK repo, please provide link to the pull request of Golang SDK Repo]

[It's recommended to write integration test in Golang SDK repo, and enabled in this server repo first, without enabling in the SDK repo. After this PR is merged, enable and merge the integration test in the SDK repo]

[Alternatively if Java/other SDK repo is preferred, then just test locally against server PR. After the server PR is merged, merge the integration test in the SDK repo]

Checklist before merge

[ ] If applicable, merge the xdb-apis/xdb-golang-sdk PRs to main branch [ ] If applicable, merge the xdb-apis/xdb-apis PRs to main branch [ ] Update go.mod to use the commitID of the main branches for xdb-apis/xdb-golang-sdk

codecov[bot] commented 1 year ago

Codecov Report

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

Comparison is base (d31a0c3) 65.76% compared to head (a759e2d) 65.86%. Report is 1 commits behind head on main.

:exclamation: Current head a759e2d differs from pull request most recent head e7c938d. Consider uploading reports for the commit e7c938d to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #84 +/- ## ========================================== + Coverage 65.76% 65.86% +0.10% ========================================== Files 69 69 Lines 5850 5854 +4 ========================================== + Hits 3847 3856 +9 + Misses 1763 1759 -4 + Partials 240 239 -1 ``` | [Files](https://app.codecov.io/gh/xdblab/xdb/pull/84?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xdblab) | Coverage Δ | | |---|---|---| | [config/config.go](https://app.codecov.io/gh/xdblab/xdb/pull/84?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xdblab#diff-Y29uZmlnL2NvbmZpZy5nbw==) | `61.45% <100.00%> (+0.40%)` | :arrow_up: | | [service/api/default\_server.go](https://app.codecov.io/gh/xdblab/xdb/pull/84?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xdblab#diff-c2VydmljZS9hcGkvZGVmYXVsdF9zZXJ2ZXIuZ28=) | `88.09% <0.00%> (-6.78%)` | :arrow_down: | ... and [3 files with indirect coverage changes](https://app.codecov.io/gh/xdblab/xdb/pull/84/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xdblab)

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