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

tarantool / go-tarantool / 26625014815
75%

Build:
DEFAULT BRANCH: master
Ran 29 May 2026 07:58AM UTC
Jobs 1
Files 19
Run time 1min
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

29 May 2026 07:45AM UTC coverage: 75.212% (-0.3%) from 75.484%
26625014815

push

github

oleg-jukovec
request: switch all request types to value receivers and value returns

All New*Request() constructors now return values instead of pointers. All
methods on request types use value receivers and return values, enabling
immutable builder-style chaining.

Renamed all value constructors from Make* to New* for naming consistency
across the connector: crud.Make*Request → crud.New*Request,
datetime.MakeDatetime → datetime.NewDatetime, decimal.MakeDecimal /
MakeDecimalFromString / MustMakeDecimal → decimal.NewDecimal /
NewDecimalFromString / MustNewDecimal, arrow.MakeArrow → arrow.NewArrow,
crud.MakeResult → crud.NewResult.

Removed intermediate spaceRequest, spaceIndexRequest types from the
tarantool package and spaceRequest from the crud package — space and
index fields are inlined directly into each request struct.

Converted all constructors to composite literal style.

Applied the same pattern to arrow/ and settings/ packages.

In the box/ subpackage, request types no longer embed
tarantool.CallRequest. They store it as a private field via
baseCallRequest and implement their own Context() method returning the
wrapper type.

Part of #238

183 of 183 new or added lines in 5 files covered. (100.0%)

11 existing lines in 1 file now uncovered.

3104 of 4127 relevant lines covered (75.21%)

10155.43 hits per line

Coverage Regressions

Lines Coverage ∆ File
11
81.69
-1.05% connection.go
Jobs
ID Job ID Ran Files Coverage
1 26625014815.1 29 May 2026 07:58AM UTC 19
75.21
GitHub Action Run
Source Files on build 26625014815
  • Tree
  • List 19
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 78bb75b0 on github
  • Prev Build on master (#25917220948)
  • Next Build on master (#27108674847)
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

© 2026 Coveralls, Inc