|
Ran
|
Jobs
1
|
Files
514
|
Run time
1min
|
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)
68858 of 122097 branches covered (56.4%)
1 of 1 new or added line in 1 file covered. (100.0%)
46 existing lines in 12 files now uncovered.101523 of 116184 relevant lines covered (87.38%)
1960489.53 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
90.93 |
0.15% | src/box/applier.cc |
| 1 |
93.72 |
0.0% | src/box/txn_limbo.c |
| 1 |
94.46 |
-0.21% | src/box/vy_read_iterator.c |
| 1 |
87.5 |
-1.59% | src/box/xlog.h |
| 1 |
97.39 |
-0.87% | src/lib/vclock/vclock.c |
| 2 |
92.29 |
0.0% | src/box/vinyl.c |
| 2 |
84.18 |
-0.1% | src/box/xlog.c |
| 2 |
85.06 |
-0.32% | src/lib/core/say.c |
| 2 |
85.71 |
-9.52% | src/lib/core/tt_sigaction.c |
| 2 |
91.34 |
-0.22% | src/lib/swim/swim.c |
| 9 |
88.14 |
-7.63% | src/box/vy_regulator.c |
| 22 |
90.75 |
-0.65% | src/box/box.cc |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 14030728817.1 | 514 |
87.38 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|