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

tarantool / tarantool / 15732660498
88%

Build:
DEFAULT BRANCH: master
Ran 18 Jun 2025 12:34PM UTC
Jobs 1
Files 511
Run time 5min
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

18 Jun 2025 12:21PM UTC coverage: 87.523% (+0.01%) from 87.512%
15732660498

push

github

locker
vinyl: use mp_dup instead of vy_key_dup

There are two differences between the two functions:

 1. mp_dup() never fails because it uses xmalloc() while vy_key_dup()
    uses malloc() and sets diag on OOM.
 2. There's an assertion in vy_key_dup() checking that the input MsgPack
    data represents an array while mp_dup() copies any kind of MsgPack.

Both differences are insignificant. Let's drop vy_key_dup() and use
mp_dup() instead.

NO_DOC=refactoring
NO_TEST=refactoring
NO_CHANGELOG=refactoring

70479 of 124167 branches covered (56.76%)

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

265 existing lines in 21 files now uncovered.

103617 of 118388 relevant lines covered (87.52%)

2796620.69 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
88.2
-0.62% src/box/engine.c
1
95.31
-1.56% src/box/engine.h
1
90.14
-0.08% src/box/vy_log.c
1
84.37
0.02% src/box/xlog.c
1
93.03
0.09% src/lib/core/fiber.c
1
96.55
-3.45% src/lib/core/mp_util.c
1
96.15
-0.05% src/lib/salad/bps_tree.h
1
22.7
0.04% src/lib/uri/uri_parser.c
1
74.75
-0.25% src/main.cc
2
95.05
-0.62% src/box/raft.c
2
92.58
0.0% src/box/vinyl.c
2
89.27
0.03% src/box/xrow.c
2
93.05
-0.33% src/box/xrow_update_field.c
2
96.15
-3.85% src/lib/core/iostream.h
4
81.82
-12.12% src/lua/minifio.c
8
87.62
0.0% src/box/vy_upsert.c
8
60.42
-3.55% src/lib/core/fio.c
13
95.56
0.0% src/box/tuple.h
17
90.98
-0.46% src/box/box.cc
27
92.28
0.0% src/box/gc.c
169
83.78
0.0% src/box/sql/mem.c
Jobs
ID Job ID Ran Files Coverage
1 15732660498.1 18 Jun 2025 12:34PM UTC 511
87.52
GitHub Action Run
Source Files on build 15732660498
  • Tree
  • List 511
  • Changed 38
  • Source Changed 0
  • Coverage Changed 38
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • a619b715 on github
  • Prev Build on master (#15726601663)
  • Next Build on master (#15755556293)
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