S-S-X / metatool

Metatool API with few useful tools: Tube tool, Lua tool, Container tool, Magic pen, Sharetool, Digtron tool
MIT License
2 stars 1 forks source link

Sharetool teleport tube configuration form #119

Closed S-S-X closed 2 years ago

S-S-X commented 2 years ago

Added formspec for teleport tube configuration, allows setting receive mode for shared tubes directly. Added Form:label(...) method to form builder.

github-actions[bot] commented 2 years ago
Click for detailed source code test coverage report ### Test coverage report for Metatool API sources: ``` File Hits Missed Coverage ----------------------------------------------------- api.lua 157 89 63.82% command.lua 4 43 8.51% formspec.lua 0 162 0.00% init.lua 0 8 0.00% settings.lua 83 9 90.22% util.lua 37 15 71.15% ``` ### Test coverage report for Containertool sources: ``` File Hits Missed Coverage ----------------------------------------------------- init.lua 71 10 87.65% nodes/common_defaults.lua 23 14 62.16% nodes/digilines_chest.lua 11 7 61.11% nodes/drawers.lua 2 41 4.65% nodes/jumpdrive.lua 2 33 5.71% nodes/more_chests_shared.lua 10 4 71.43% nodes/technic_chests.lua 61 19 76.25% nodes/technic_injector.lua 23 5 82.14% nodes/technic_machines.lua 22 46 32.35% ``` ### Test coverage report for Tubetool sources: ``` File Hits Missed Coverage ----------------------------------------------------- init.lua 37 3 92.50% nodes/any.lua 19 3 86.36% nodes/autocrafter.lua 9 22 29.03% nodes/injector.lua 10 24 29.41% nodes/mese_tube.lua 25 25 50.00% nodes/sand_tube.lua 12 7 63.16% nodes/teleport_tube.lua 43 33 56.58% ``` ### Test coverage report for Sharetool sources: ``` File Hits Missed Coverage ----------------------------------------------------- init.lua 47 42 52.81% nodes/any.lua 75 57 56.82% nodes/book.lua 23 15 60.53% nodes/digiline_global_memory.lua 24 2 92.31% nodes/mapserver.lua 17 15 53.12% nodes/missions.lua 10 15 40.00% nodes/pipeworks.lua 21 68 23.60% nodes/travelnet.lua 34 165 17.09% ```