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

tarantool / tarantool / 14030708734
88%
master: 88%

Build:
Build:
LAST BUILD BRANCH: fix-test-dir-for-gitlab-ci
DEFAULT BRANCH: master
Ran 24 Mar 2025 08:49AM UTC
Jobs 1
Files 518
Run time 2min
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 Mar 2025 08:34AM UTC coverage: 87.45% (-0.005%) from 87.455%
14030708734

push

github

locker
xrow: add missing break statement

The old (7.5.0) GCC compiler leaves the following compilation warning
(leading to the error with `-Werror`):

NO_WRAP
```
src/box/xrow.c: In function ‘xrow_decode_call’:
src/box/xrow.c:1616:31: error: this statement may fall through [-Werror=implicit-fallthrough=]
    request->tuple_formats_end = data;
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
src/box/xrow.c:1617:3: note: here
   default:
   ^~~~~~~
cc1: all warnings being treated as errors
```
NO_WRAP

The missing statement is harmless since the `default` just does the same
thing, but to fix the error for old compilers and make the code cleaner,
the missing statement is added in this patch.

NO_DOC=cleanup
NO_TEST=cleanup
NO_CHANGELOG=cleanup

(cherry picked from commit 23d4771a0)

69859 of 123751 branches covered (56.45%)

1 of 1 new or added line in 1 file covered. (100.0%)

28 existing lines in 14 files now uncovered.

102883 of 117648 relevant lines covered (87.45%)

2186632.47 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
86.49
-1.35% src/box/lua/ctl.c
1
95.36
-0.31% src/box/raft.c
1
95.21
-0.53% src/box/vy_range.c
1
84.24
-0.13% src/box/xlog.c
1
91.68
-0.11% src/lib/swim/swim.c
2
93.87
-0.31% src/box/memtx_space.c
2
87.03
-0.13% src/box/vy_run.c
2
86.27
-0.42% src/box/vy_stmt.c
2
94.57
0.32% src/box/xrow_update_field.c
2
85.71
-9.52% src/lib/core/tt_sigaction.c
3
92.28
-0.09% src/box/vinyl.c
3
90.9
-0.31% src/box/vy_scheduler.c
3
97.15
-0.1% src/lib/msgpuck/msgpuck.h
4
90.78
-0.13% src/box/box.cc
Jobs
ID Job ID Ran Files Coverage
1 14030708734.1 24 Mar 2025 08:49AM UTC 518
87.45
GitHub Action Run
Source Files on build 14030708734
  • Tree
  • List 518
  • Changed 18
  • Source Changed 0
  • Coverage Changed 18
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • dade6fc5 on github
  • Prev Build on release/3.3 (#13998777359)
  • Next Build on release/3.3 (#14069407722)
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