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

tarantool / tarantool / 14030728817
87%
master: 88%

Build:
Build:
LAST BUILD BRANCH: datetime-tests-tap2lua-1
DEFAULT BRANCH: master
Ran 24 Mar 2025 08:52AM UTC
Jobs 1
Files 514
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

24 Mar 2025 08:34AM UTC coverage: 87.381% (-3.2%) from 90.616%
14030728817

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)

68858 of 122097 branches covered (56.4%)

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

46 existing lines in 12 files now uncovered.

101523 of 116184 relevant lines covered (87.38%)

1960489.53 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
90.93
0.15% src/box/applier.cc
1
93.72
0.0% src/box/txn_limbo.c
1
94.46
-0.21% src/box/vy_read_iterator.c
1
87.5
-1.59% src/box/xlog.h
1
97.39
-0.87% src/lib/vclock/vclock.c
2
92.29
0.0% src/box/vinyl.c
2
84.18
-0.1% src/box/xlog.c
2
85.06
-0.32% src/lib/core/say.c
2
85.71
-9.52% src/lib/core/tt_sigaction.c
2
91.34
-0.22% src/lib/swim/swim.c
9
88.14
-7.63% src/box/vy_regulator.c
22
90.75
-0.65% src/box/box.cc
Jobs
ID Job ID Ran Files Coverage
1 14030728817.1 24 Mar 2025 08:52AM UTC 514
87.38
GitHub Action Run
Source Files on build 14030728817
  • Tree
  • List 514
  • Changed 29
  • Source Changed 0
  • Coverage Changed 29
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • dcc154b4 on github
  • Prev Build on release/3.2 (#13998778927)
  • Next Build on release/3.2 (#14084655932)
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