• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / go-tarantool / 6979609912
75%

Build:
DEFAULT BRANCH: master
Ran 24 Nov 2023 10:33AM UTC
Jobs 2
Files 55
Run time 9s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

24 Nov 2023 10:27AM UTC coverage: 80.099% (+0.4%) from 79.68%
6979609912

push

github

oleg-jukovec
api: write a connection schema getter

Write a helper function to load the actual schema for the user.

Previously we stored actual schema in a private `schemaResolver`
field and `Schema` field was used only to get a current schema.
But now because of the new function, we don't need to store the
`Schema` as a different field. So `Schema` was also removed.

To update the schema, one needs to use `GetSchema` + `SetSchema`
in pair. `SetSchema(Schema)` replacing the `OverrideSchema(*Schema)`.

`Spaces` and `SpacesById` fields of the `Schema` struct store spaces by value.
`Fields` and `FieldsById` fields of the `Space` struct store fields by value.
`Index` and `IndexById` fields of the `Space` struct store indexes by value.
`Fields` field of the `Index` struct store `IndexField` by value.

Closes #7

65 of 69 new or added lines in 2 files covered. (94.2%)

5679 of 7090 relevant lines covered (80.1%)

11843.72 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
4
53.08
3.08% schema.go
Jobs
ID Job ID Ran Files Coverage
1 6979609912.1 24 Nov 2023 10:33AM UTC 55
80.1
GitHub Action Run
2 6979609912.2 24 Nov 2023 10:38AM UTC 55
79.76
GitHub Action Run
Source Files on build 6979609912
  • Tree
  • List 55
  • Changed 15
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • a0ce2328 on github
  • Prev Build on master (#6902899476)
  • Next Build on master (#7002753338)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc