Ran
|
Jobs
1
|
Files
89
|
Run time
9s
|
Badge
README BADGES
|
push
github
Follow-up fix for stack overflow handling cleanup. (cherry-picked from commit aa6b15c1a) The stack overflow error is thrown in `lj_state_growstack` only if the coroutine status is `OK`, however, stack overflow can happen on a yielded coroutine too. This patch fixes the condition for status, so now the error thrown on yielded coroutines too. Maxim Kokryashkin: * added the description and the test for the patch Part of tarantool/tarantool#9145
5380 of 5987 branches covered (0.0%)
Branch coverage included in aggregate %.
1 of 1 new or added line in 1 file covered. (100.0%)
22 existing lines in 2 files now uncovered.20623 of 23355 relevant lines covered (88.3%)
2751710.99 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
7 |
75.75 |
-0.63% | src/lj_opt_fold.c |
15 |
88.38 |
-2.15% | src/lj_ffrecord.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 7116275203.1 | 89 |
88.62 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|---|---|---|---|---|---|---|---|---|
13.79 | src/lj_utils_leb128.c | 132 | 51 | 7 | 44 | 1672811.0 + 53843 | 1 | 6 | |
61.83 | src/lj_clib.c | 431 | 101 | 65 | 36 | 2760.0 | 16 | 14 | |
64.75 | src/lj_cconv.c | 763 | 387 | 238 | 149 | 525178.0 + 54470 | 89 | 29 | |
66.47 | src/lj_cparse.c | 1937 | 1030 | 681 | 349 | 187771.0 + 22145 | 199 | 95 | |
70.38 | src/lj_carith.c | 429 | 252 | 175 | 77 | 558027.0 + 58037 | 65 | 24 | |
72.64 | src/lj_crecord.c | 1912 | 927 | 655 | 272 | 102.0 | 208 | 53 | |
73.62 | src/lj_strscan.c | 537 | 261 | 191 | 70 | 2805214.0 + 17692 | 102 | 35 | |
74.84 | src/lj_api.c | 1368 | 859 | 637 | 222 | 947107.0 - 1009 | 178 | 52 | |
75.31 | src/lib_ffi.c | 866 | 518 | 388 | 130 | 88750.0 + 9499 | 100 | 30 | |
75.75 | src/lj_opt_fold.c | 2525 | 974 | 722 - 7 | 252 + 7 | 31474.0 - 225 | 240 - 1 | 56 + 1 |