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

blockexchange / blockexchange / 13110168475

03 Feb 2025 09:18AM UTC coverage: 48.213% (+0.6%) from 47.564%
13110168475

push

github

BuckarooBanzay
http/json overhaul

51 of 102 new or added lines in 14 files covered. (50.0%)

1 existing line in 1 file now uncovered.

985 of 2043 relevant lines covered (48.21%)

1734.77 hits per line

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

90.0
/api/schemamods.lua
1
local http, url = ...
1✔
2

3
function blockexchange.api.create_schemamods(token, schema_uid, mod_names)
2✔
4
  return Promise.json(http, url .. "/api/schema/" .. schema_uid .. "/mods", {
1✔
5
    method = "POST",
6
    data = mod_names,
1✔
7
    headers = {
1✔
8
      "Authorization: " .. token
1✔
9
    }
1✔
10
  })
1✔
11
end
12

13
function blockexchange.api.get_schemamods(schema_uid)
2✔
NEW
14
  return Promise.json(http, url .. "/api/schema/" .. schema_uid .. "/mods")
×
15
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