Conversation
c8d13a5 to
0bc9565
Compare
Owner
Author
|
Rebased to master (after v0.14.1 release) Basic smoke tests
Everything's passing, updated docker images. |
9 tasks
Owner
Author
|
Rebased to master (v0.14.2), smoke tests look pretty much same as previous run ^^ |
2598868 to
2d524d7
Compare
Fix esplit last part, better form arg handling, fix and rename FS to Element Form allow type pattern: elementtype -> typepattern Update formspec handler with better parsers and transformers Optimized some things and added more utility methods
Signed-off-by: SX <50966843+S-S-X@users.noreply.github.com>
Signed-off-by: SX <50966843+S-S-X@users.noreply.github.com>
Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com>
Signed-off-by: SX <50966843+S-S-X@users.noreply.github.com>
Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com>
Click for detailed source code test coverage reportTest coverage 52.19% in 32/38 files:File Hits Missed Coverage
--------------------------------------------------------------
game/constants.lua 12 0 100.00%
voxelmanip.lua 195 2 98.98%
settings.lua 374 17 95.65%
game/privileges.lua 64 3 95.52%
craftmanager.lua 119 13 90.15%
assert.lua 179 28 86.47%
formspec.lua 166 34 83.00%
core.lua 113 25 81.88%
auth.lua 39 10 79.59%
craft.lua 86 24 78.18%
itemstack.lua 121 34 78.06%
entity.lua 63 20 75.90%
player.lua 305 121 71.60%
metadata.lua 177 80 68.87%
init.lua 150 73 67.26%
globals.lua 41 22 65.08%
game/features.lua 21 12 63.64%
game/register.lua 209 158 56.95%
fs.lua 5 4 55.56%
common/serialize.lua 55 44 55.56%
world.lua 76 75 50.33%
common/vector.lua 70 73 48.95%
server.lua 69 92 42.86%
common/misc_helpers.lua 155 261 37.26%
game/auth.lua 38 68 35.85%
game/misc.lua 42 87 32.56%
nodetimer.lua 12 25 32.43%
common/chatcommands.lua 20 46 30.30%
game/item.lua 142 331 30.02%
lib/json.lua 51 146 25.89%
game/chat.lua 150 593 20.19%
deprecation.lua 3 13 18.75%
scwd.lua 0 1 0.00%
protection.lua 0 12 0.00%
print.lua 0 56 0.00%
http.lua 0 60 0.00%
default/functions.lua 0 354 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.
Formspec testing.