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

tarantool / tarantool / 14030014033
88%

Build:
DEFAULT BRANCH: master
Ran 24 Mar 2025 08:10AM UTC
Jobs 1
Files 518
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 07:56AM UTC coverage: 87.481% (-0.006%) from 87.487%
14030014033

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

70091 of 123637 branches covered (56.69%)

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

103202 of 117971 relevant lines covered (87.48%)

2968668.28 hits per line

Jobs
ID Job ID Ran Files Coverage
1 14030014033.1 24 Mar 2025 08:10AM UTC 518
87.48
GitHub Action Run
Source Files on build 14030014033
  • Tree
  • List 518
  • Changed 30
  • Source Changed 0
  • Coverage Changed 30
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 23d4771a on github
  • Prev Build on master (#13999083702)
  • Next Build on master (#14036396387)
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