|
Ran
|
Jobs
1
|
Files
518
|
Run time
2min
|
Badge
README BADGES
|
push
github
xrow: add missing break statement The old (7.5.0) GCC compiler leaves the following compilation warning (leading to the error with `-Werror`): NO_WRAP ``` src/box/xrow.c: In function ‘xrow_decode_call’: src/box/xrow.c:1616:31: error: this statement may fall through [-Werror=implicit-fallthrough=] request->tuple_formats_end = data; ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ src/box/xrow.c:1617:3: note: here default: ^~~~~~~ cc1: all warnings being treated as errors ``` NO_WRAP The missing statement is harmless since the `default` just does the same thing, but to fix the error for old compilers and make the code cleaner, the missing statement is added in this patch. NO_DOC=cleanup NO_TEST=cleanup NO_CHANGELOG=cleanup (cherry picked from commit 23d4771a0)
69859 of 123751 branches covered (56.45%)
1 of 1 new or added line in 1 file covered. (100.0%)
28 existing lines in 14 files now uncovered.102883 of 117648 relevant lines covered (87.45%)
2186632.47 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
86.49 |
-1.35% | src/box/lua/ctl.c |
| 1 |
95.36 |
-0.31% | src/box/raft.c |
| 1 |
95.21 |
-0.53% | src/box/vy_range.c |
| 1 |
84.24 |
-0.13% | src/box/xlog.c |
| 1 |
91.68 |
-0.11% | src/lib/swim/swim.c |
| 2 |
93.87 |
-0.31% | src/box/memtx_space.c |
| 2 |
87.03 |
-0.13% | src/box/vy_run.c |
| 2 |
86.27 |
-0.42% | src/box/vy_stmt.c |
| 2 |
94.57 |
0.32% | src/box/xrow_update_field.c |
| 2 |
85.71 |
-9.52% | src/lib/core/tt_sigaction.c |
| 3 |
92.28 |
-0.09% | src/box/vinyl.c |
| 3 |
90.9 |
-0.31% | src/box/vy_scheduler.c |
| 3 |
97.15 |
-0.1% | src/lib/msgpuck/msgpuck.h |
| 4 |
90.78 |
-0.13% | src/box/box.cc |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 14030708734.1 | 518 |
87.45 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|