Closed
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
Use luassert formatter if dump is not available Add bytes to hex %X formatter
e3db1ac to
fb39f8f
Compare
noop: core.*objects_in*
Moved debughooks fallback to assert.lua Dynamic hooks disabled by default Rework stack pop/push Fix utils.noop for debughooks
fb39f8f to
d7d8b90
Compare
Click for detailed source code test coverage reportTest coverage 47.51% in 28/38 files:File Hits Missed Coverage
--------------------------------------------------------------
game/constants.lua 12 0 100.00%
voxelmanip.lua 214 2 99.07%
game/privileges.lua 64 3 95.52%
settings.lua 372 19 95.14%
craftmanager.lua 119 13 90.15%
assert.lua 200 32 86.21%
core.lua 87 21 80.56%
auth.lua 39 10 79.59%
craft.lua 93 24 79.49%
itemstack.lua 121 34 78.06%
entity.lua 64 20 76.19%
player.lua 301 115 72.36%
metadata.lua 177 80 68.87%
config.lua 63 35 64.29%
globals.lua 87 49 63.97%
game/features.lua 21 12 63.64%
fs.lua 5 4 55.56%
common/serialize.lua 55 44 55.56%
init.lua 118 97 54.88%
game/register.lua 185 179 50.82%
common/vector.lua 70 73 48.95%
world.lua 82 86 48.81%
game/auth.lua 38 68 35.85%
common/misc_helpers.lua 148 269 35.49%
game/misc.lua 42 87 32.56%
game/item.lua 142 331 30.02%
lib/json.lua 51 146 25.89%
deprecation.lua 3 12 20.00%
server.lua 0 150 0.00%
scwd.lua 0 1 0.00%
protection.lua 0 12 0.00%
print.lua 0 66 0.00%
nodetimer.lua 0 35 0.00%
http.lua 0 60 0.00%
game/chat.lua 0 652 0.00%
default/functions.lua 0 354 0.00%
common/chatcommands.lua 0 63 0.00%
common/after.lua 0 26 0.00%Mineunit stdout: |
Owner
Author
|
Superseded by #118 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changed:
Somewhat related issues: