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

tarantool / tarantool / 28370006736
88%

Build:
DEFAULT BRANCH: master
Ran 29 Jun 2026 12:10PM UTC
Jobs 1
Files 525
Run time 2min
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

29 Jun 2026 11:52AM UTC coverage: 87.666% (-0.03%) from 87.692%
28370006736

push

github

sergepetrenko
box: fix rejection of decimals with large scale and zero value

The 'decimal_fits_fixed_point' function doesn't handle the case
when the decimal value is exactly zero. After 'decNumberReduce',
zero has 'digits = 1' (the zero digits itself), so the check
'tmp.digits + d <= recision' fails when 'precision == scale'

Adding a 'decNumberIsZero' check early-returns 'true' for zero
before reaching the digit arhihmetic.

Closes #12808

NO_DOC=bugfix

70820 of 119168 branches covered (59.43%)

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

57 existing lines in 15 files now uncovered.

106417 of 121389 relevant lines covered (87.67%)

1361014.32 hits per line

Coverage Regressions

Lines Coverage ∆ File
18
90.85
-0.5% src/box/box.cc
15
91.88
-2.17% src/box/memtx_space.c
3
89.89
-0.22% src/box/applier.cc
3
97.51
-0.2% src/box/memtx_tx.c
3
94.15
-1.6% src/box/vy_range.c
3
22.66
-0.06% src/lib/uri/uri_parser.c
2
96.2
-0.09% src/box/iproto.cc
2
92.69
-0.04% src/box/vinyl.c
2
87.94
-0.07% src/box/vy_run.c
1
96.32
-0.18% src/box/relay.cc
1
95.18
-0.1% src/box/replication.cc
1
95.01
0.0% src/box/vy_read_iterator.c
1
93.2
0.09% src/lib/core/fiber.c
1
90.38
-1.92% src/lib/core/trigger.cc
1
75.85
-0.24% src/main.cc
Jobs
ID Job ID Ran Files Coverage
1 28370006736.1 29 Jun 2026 12:10PM UTC 525
87.67
GitHub Action Run
Source Files on build 28370006736
  • Tree
  • List 525
  • Changed 28
  • Source Changed 0
  • Coverage Changed 28
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • a9042557 on github
  • Prev Build on master (#28200068093)
  • Next Build on master (#28440188324)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc