|
Ran
|
Jobs
1
|
Files
478
|
Run time
42s
|
Badge
README BADGES
|
push
github
net.box: allow calling stored Lua and C module functions with self.call The fix is simple: look up the function in `box.func` by name and, if found, execute its `call` method. The only tricky part is to avoid the lookup before `box.cfg` is called because `box.func` is unavailable at the time. We achieve that by checking `box.ctl.is_recovery_finished`. Closes #9131 NO_DOC=bug fix (cherry picked from commit e92a8e7b2)
62350 of 113443 branches covered (0.0%)
93163 of 108591 relevant lines covered (85.79%)
2803420.13 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 7018468484.1 | 0 |
85.79 |
GitHub Action Run |