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

tarantool / tarantool / 23138458870
86%
master: 88%

Build:
Build:
LAST BUILD BRANCH: gerold103/claude
DEFAULT BRANCH: master
Ran 16 Mar 2026 10:40AM UTC
Jobs 1
Files 480
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 Mar 2026 10:10AM UTC coverage: 86.102% (-0.007%) from 86.109%
23138458870

push

github

grafin
datetime: fix unit test for older GCC version

This commit fixes the following error on centos 7 gcc:
```
./test/unit/datetime.c:422:10:
error: missing initializer for field ‘nsec’ of
‘struct datetime’ [-Werror=missing-field-initializers]
struct datetime date = { 0 };
```

The fix is using full struct initialization:
`struct datetime date = { 0, 0, 0, 0 };`
Instead of:
`struct datetime date = { 0 };`

NO_CHANGELOG=test fix for CI
NO_DOC=test fix for CI

63664 of 115134 branches covered (55.3%)

94648 of 109925 relevant lines covered (86.1%)

1898545.44 hits per line

Coverage Regressions

Lines Coverage ∆ File
56
78.65
0.99% src/lib/tzcode/strptime.c
5
89.74
-0.41% src/box/memtx_engine.cc
4
93.09
-2.13% src/box/vy_range.c
4
89.36
-0.42% src/box/vy_scheduler.c
3
97.61
-0.23% src/box/memtx_tx.c
3
86.39
-0.2% src/box/vy_run.c
2
92.05
0.0% src/box/vinyl.c
2
95.4
-2.3% src/histogram.c
1
90.23
-0.08% src/box/applier.cc
1
95.85
-0.52% src/box/lua/init.c
1
94.25
-0.21% src/box/vy_read_iterator.c
1
95.24
-1.59% src/lib/small/include/small/quota.h
1
91.45
-0.11% src/lib/swim/swim.c
Jobs
ID Job ID Ran Files Coverage
1 23138458870.1 16 Mar 2026 10:40AM UTC 480
86.1
GitHub Action Run
Source Files on build 23138458870
  • Tree
  • List 480
  • Changed 18
  • Source Changed 0
  • Coverage Changed 18
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 90968b31 on github
  • Prev Build on release/2.11 (#23063510109)
  • Next Build on release/2.11 (#23143095469)
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