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

tarantool / tarantool / 26441 / 3
83%
master: 88%

Build:
Build:
LAST BUILD BRANCH: extend_audit
DEFAULT BRANCH: master
Ran 16 Dec 2020 09:32PM UTC
Files 310
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

16 Dec 2020 11:46AM UTC coverage: 82.831% (-0.01%) from 82.843%
TARGET=coverage

push

travis-ci

kyukhin
<a href="https://github.com/tarantool/tarantool/commit/<a class=hub.com/tarantool/tarantool/commit/8915ae203f873198caf76fbad4bf9edce76a6153">8915ae203<a href="https://github.com/tarantool/tarantool/commit/8915ae203f873198caf76fbad4bf9edce76a6153">&quot;&gt;bitset: replace zero-length array with flexible-array member

Zero-lenght arrays are GNU C extension.
There&amp;#39;s ISO C99 flexible array member, which
is preffered mechanism to declare variable-length types.

Flexible array member allows us to avoid applying sizeof
operator cause it&amp;#39;s incomplete type, so it will be an error
at compile time. There&amp;#39;re any moments else why it&amp;#39;s better
way to implement such structures via FAM:
https://gcc.gnu.org/onlinedocs/gcc/Zero-Length.html

In this issue it fixed gcc 10 warning:
&amp;quot;warning: writing 1 byte into
a region of size 0 [-Wstringop-overflow=]&amp;quot;

Closes #4966
Closes #5564

(cherry picked from commit </a><a class="double-link" href="https://github.com/tarantool/tarantool/commit/<a class="double-link" href="https://github.com/tarantool/tarantool/commit/9b0278f4d25827239d291de338409bb237648d71">9b0278f4d</a>">9b0278f4d</a><a href="https://github.com/tarantool/tarantool/commit/8915ae203f873198caf76fbad4bf9edce76a6153">)

42774 of 51640 relevant lines covered (82.83%)

969081.1 hits per line

Source Files on job 26441.3 (TARGET=coverage)
  • Tree
  • List 0
  • Changed 280
  • Source Changed 1
  • Coverage Changed 279
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 19156
  • Travis Job 26441.3
  • 8915ae20 on github
  • Prev Job for TARGET=coverage on 1.10 (#26272.3)
  • Next Job for TARGET=coverage on 1.10 (#26533.3)
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