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

Mineunit update #100

Closed S-S-X closed 3 years ago

S-S-X commented 3 years ago

Update for mineunit cli runner

S-S-X commented 3 years ago

Info is nice but spamming same stuff multiple times is not. Also maybe all reports could be in single comment even while sources are different.

github-actions[bot] commented 3 years ago

Test coverage report for Metatool API:

File                             Hits Missed Coverage
-----------------------------------------------------
api.lua      159  87     64.63%
command.lua  4    43     8.51%
formspec.lua 0    156    0.00%
init.lua     0    8      0.00%
settings.lua 83   9      90.22%
util.lua     37   13     74.00%
github-actions[bot] commented 3 years ago

Test coverage report for Containertool:

File                             Hits Missed Coverage
-----------------------------------------------------
init.lua                     56   10     84.85%
nodes/common_defaults.lua    33   14     70.21%
nodes/digilines_chest.lua    11   7      61.11%
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%
github-actions[bot] commented 3 years ago

Test coverage report for Sharetool:

File                             Hits Missed Coverage
-----------------------------------------------------
init.lua                         25   66     27.47%
nodes/any.lua                    25   87     22.32%
nodes/book.lua                   23   15     60.53%
nodes/digiline_global_memory.lua 10   15     40.00%
nodes/mapserver.lua              17   15     53.12%
nodes/missions.lua               10   15     40.00%
nodes/travelnet.lua              34   165    17.09%
S-S-X commented 3 years ago

Okayish but too many comments.

github-actions[bot] commented 3 years ago

Test coverage report for Metatool API sources:

File                             Hits Missed Coverage
-----------------------------------------------------
api.lua      159  87     64.63%
command.lua  4    43     8.51%
formspec.lua 0    156    0.00%
init.lua     0    8      0.00%
settings.lua 83   9      90.22%
util.lua     37   13     74.00%

Test coverage report for Containertool sources:

File                             Hits Missed Coverage
-----------------------------------------------------
init.lua                     56   10     84.85%
nodes/common_defaults.lua    33   14     70.21%
nodes/digilines_chest.lua    11   7      61.11%
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%

Test coverage report for Sharetool sources:

File                             Hits Missed Coverage
-----------------------------------------------------
init.lua                         25   66     27.47%
nodes/any.lua                    25   87     22.32%
nodes/book.lua                   23   15     60.53%
nodes/digiline_global_memory.lua 10   15     40.00%
nodes/mapserver.lua              17   15     53.12%
nodes/missions.lua               10   15     40.00%
nodes/travelnet.lua              34   165    17.09%
S-S-X commented 3 years ago

Even better with details hidden, this is not something I want to always see first. Or see at all most of time.

github-actions[bot] commented 3 years ago
Click for detailed source code test coverage report ### Test coverage report for Metatool API sources: ``` File Hits Missed Coverage ----------------------------------------------------- api.lua 159 87 64.63% command.lua 4 43 8.51% formspec.lua 0 156 0.00% init.lua 0 8 0.00% settings.lua 83 9 90.22% util.lua 37 13 74.00% ``` ### Test coverage report for Containertool sources: ``` File Hits Missed Coverage ----------------------------------------------------- init.lua 56 10 84.85% nodes/common_defaults.lua 33 14 70.21% nodes/digilines_chest.lua 11 7 61.11% 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% ``` ### Test coverage report for Sharetool sources: ``` File Hits Missed Coverage ----------------------------------------------------- init.lua 25 66 27.47% nodes/any.lua 25 87 22.32% nodes/book.lua 23 15 60.53% nodes/digiline_global_memory.lua 10 15 40.00% nodes/mapserver.lua 17 15 53.12% nodes/missions.lua 10 15 40.00% nodes/travelnet.lua 34 165 17.09% ```