Closed duoertai closed 12 months ago
Attention: 72 lines
in your changes are missing coverage. Please review.
Comparison is base (
52f5fa0
) 65.61% compared to head (ca21b6f
) 65.63%. Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Actually, maybe the file names can start with “datamodels***” ? Or put them all under a new package? It will be easier to find with others
make sense, I'll create a new package
Why make this pull request?
split data_model_json_fields.go into multiple files
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