• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

moonlibs / kit / 15215118782

23 May 2025 04:39PM UTC coverage: 71.345% (-2.7%) from 74.02%
15215118782

push

github

ochaton
Tests

3 of 4 new or added lines in 1 file covered. (75.0%)

122 of 171 relevant lines covered (71.35%)

9.52 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

90.91
/kit/3.lua
1
return function(M,I)
2
        require 'kit.1'(M, I)
2✔
3
        require 'kit.1.10'(M, I)
2✔
4

5
        function M.schema_version()
1✔
6
                return box.info.schema_version
1✔
7
        end
8

9
        I._node_keys.hostname = function()
1✔
10
                return box.info.hostname
2✔
11
        end
12
        I._node_keys.name = function()
1✔
13
                local name = box.info.name
3✔
14
                if name == nil and rawget(_G, 'config') and config._flat  then
3✔
NEW
15
                        name = config.get('sys.instance_name')
×
16
                end
17
                return name
3✔
18
        end
19
end
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc