Ran
|
Jobs
1
|
Files
518
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
push
github
config: migrate extras module definitions to EE This patch migrates config.extras module definitions to Tarantool EE. Now its sources are defined there. Also, it makes Tarantool validate extras module during a config initialization phase. It is changed this way to achieve possibility to load configuration extras after loading the basic config module to simplify the order of modules loading. Previous loading order: * Load `config.extras`. * Load `config`. * Load a few more `config.extras`. New loading order: * Load `config`. * Load `config.extras`. The simplification comes with a cost of less checks in no-configuration mode though they're not so important since the scenario when we add `config.extras` and work in no-configuration mode sounds quite strange. Needed for tarantool/tarantool-ee#1024 NO_CHANGELOG=refactoring NO_DOC=refactoring, no new api NO_TEST=no new behavior to test (cherry picked from commit ec65c54af)
69669 of 123532 branches covered (56.4%)
102656 of 117487 relevant lines covered (87.38%)
2377615.72 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
60.42 |
-0.42% | src/lib/core/fio.c |
1 |
90.38 |
-1.92% | src/lib/core/trigger.cc |
1 |
97.41 |
-0.86% | src/lib/vclock/vclock.c |
1 |
93.03 |
0.1% | src/lib/core/fiber.c |
1 |
89.23 |
-1.54% | src/lib/small/small/lsregion.c |
1 |
95.74 |
-0.53% | src/box/vy_range.c |
2 |
94.2 |
-0.05% | src/box/xrow_update_field.c |
2 |
94.22 |
-0.39% | src/lua/fiber.c |
2 |
91.52 |
0.0% | src/box/box.cc |
3 |
84.34 |
-0.08% | src/box/xlog.c |
3 |
91.03 |
-0.2% | src/box/vy_scheduler.c |
5 |
95.79 |
-0.54% | src/lib/msgpuck/msgpuck.h |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 12527686551.1 | 518 |
87.38 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|