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

tarantool / tarantool / 23138458870 / 1
86%
master: 88%

Build:
Build:
LAST BUILD BRANCH: gerold103/claude
DEFAULT BRANCH: master
Ran 16 Mar 2026 10:40AM UTC
Files 480
Run time 20s
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.1

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

Source Files on job 23138458870.1
  • 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 Build 23138458870
  • 90968b31 on github
  • Prev Job for on release/2.11 (#23063510109.1)
  • Next Job for on release/2.11 (#23143095469.1)
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