Ran
|
Jobs
1
|
Files
479
|
Run time
2min
|
Badge
Embed ▾
README BADGES
|
push
github
box: build fix I got compile error for release build on gcc 14.2.1 20240910 version. ``` In function ‘char* mp_store_double(char*, double)’, inlined from ‘char* mp_encode_double(char*, double)’ at /home/shiny/dev/tarantool-ee/tarantool/src/lib/msgpuck/msgpuck.h:2409:24, inlined from ‘uint32_t tuple_hash_field(uint32_t*, uint32_t*, const char**, field_type, coll*)’ at /home/shiny/dev/tarantool-ee/tarantool/src/box/tuple_hash.cc:317:46: /home/shiny/dev/tarantool-ee/tarantool/src/lib/msgpuck/msgpuck.h:340:16: error: ‘value’ may be used uninitialized [-Werror=maybe-uninitialized] 340 | cast.d = val; | ~~~~~~~^~~~~ /home/shiny/dev/tarantool-ee/tarantool/src/box/tuple_hash.cc: In function ‘uint32_t tuple_hash_field(uint32_t*, uint32_t*, const char**, field_type, coll*)’: /home/shiny/dev/tarantool-ee/tarantool/src/box/tuple_hash.cc:311:24: note: ‘value’ was declared here 311 | double value; | ``` NO_TEST=build fix NO_CHANGELOG=build fix NO_DOC=build fix (cherry picked from commit 1129c758d)
63182 of 114387 branches covered (55.24%)
2 of 2 new or added lines in 1 file covered. (100.0%)
15 existing lines in 9 files now uncovered.94033 of 109361 relevant lines covered (85.98%)
2767362.1 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
98.47 |
-0.38% | src/lib/core/cbus.c |
1 |
94.24 |
-0.72% | src/box/vy_point_lookup.c |
1 |
93.33 |
-0.11% | src/lib/core/fiber.c |
1 |
87.15 |
0.0% | src/box/box.cc |
1 |
86.36 |
-0.65% | src/curl.c |
1 |
89.72 |
0.21% | src/box/vy_scheduler.c |
2 |
94.81 |
-0.55% | src/box/tuple.c |
3 |
91.87 |
-0.14% | src/box/vinyl.c |
4 |
93.31 |
-1.27% | src/lib/swim/swim_io.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 11477480897.1 | 479 |
85.98 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|