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

tarantool / tarantool / 28179435606
88%

Build:
DEFAULT BRANCH: master
Ran 25 Jun 2026 03:10PM UTC
Jobs 1
Files 525
Run time 3min
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

25 Jun 2026 02:59PM UTC coverage: 87.687% (-0.02%) from 87.703%
28179435606

push

github

sergepetrenko
trivia: added TOSTR() util

The `TOSTR` helper macro for stringization via snprintf-functions
to dynamically allocated buffer is introduced.

It's name referred to existing stringization functions, which are write
to dynamically allocated buffer and are named `xxx_str()` in most cases.

The purpose of the new macro and this PR are:
- to speedup and to simplify the writing of new `xxx_str()` functions
  and to allow more optimal use of static buffer space for them.
- to make unified implementation for them with painstaking error handling.
- to make possible dynamically stringization, when `xxx_str()` function
  is absent. `TOSTR(xxx_snprint, xxx)` macro may be used explicitly.
  In particular, this may be very helpful for testing and debugging.
- to encourage the use of snprint functions as a common way for
  stringization.

NO_CHANGELOG=internal
NO_DOC=internal

70898 of 119184 branches covered (59.49%)

16 of 17 new or added lines in 16 files covered. (94.12%)

547 existing lines in 17 files now uncovered.

106463 of 121412 relevant lines covered (87.69%)

1405801.89 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
88.24
1.23% src/box/vy_stmt.c

Coverage Regressions

Lines Coverage ∆ File
265
90.85
-0.64% src/box/box.cc
223
84.26
0.0% src/box/sql/mem.c
23
89.03
-0.14% src/box/sql/func.c
6
95.22
-1.25% src/box/vy_read_iterator.c
5
88.24
1.23% src/box/vy_stmt.c
5
99.04
-0.03% src/lib/raft/raft.c
4
89.66
-0.18% src/box/xrow.c
3
88.07
-0.22% src/box/vy_run.c
2
66.4
-0.36% src/box/lua/serialize_lua.c
2
92.78
-0.0% src/box/vinyl.c
2
81.38
-0.6% src/lib/core/coio.c
2
80.95
-9.52% src/lib/core/tt_sigaction.c
1
95.21
-0.53% src/box/vy_range.c
1
85.9
0.09% src/box/xlog.c
1
87.93
-1.72% src/box/xlog.h
1
97.15
0.0% src/lib/msgpuck/msgpuck.h
1
91.68
-0.11% src/lib/swim/swim.c
Jobs
ID Job ID Ran Files Coverage
1 28179435606.1 25 Jun 2026 03:10PM UTC 525
87.69
GitHub Action Run
Source Files on build 28179435606
  • Tree
  • List 525
  • Changed 43
  • Source Changed 0
  • Coverage Changed 43
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 97e022ab on github
  • Prev Build on master (#28169191890)
  • Next Build on master (#28199842481)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc