arr-ai / arrai

The ultimate data engine.
http://arr.ai
Apache License 2.0
20 stars 15 forks source link

first cut on arrai binary #636

Closed nofun97 closed 4 years ago

nofun97 commented 4 years ago

Part of #584

[P0] Generate an executable Go program containing the bytes of the ZIP file that when executed performs a virtual arrai run as above.

Checklist:

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build c453fcfc41a9aa0bd8b1caee9dcff3c7535659de-PR-636


Changes Missing Coverage Covered Lines Changed/Added Lines %
cmd/arrai/bundle.go 5 6 83.33%
cmd/arrai/compile.go 117 130 90.0%
<!-- Total: 124 138 89.86% -->
Files with Coverage Reduction New Missed Lines %
cmd/arrai/eval.go 2 54.55%
rel/value_set_generic.go 2 73.53%
rel/value_tuple.go 2 74.32%
rel/value_set_str.go 9 55.33%
cmd/arrai/bundle.go 71 34.75%
<!-- Total: 86 -->
Totals Coverage Status
Change from base Build 4e544ebba43503cb12e6d1a9bc2bfed01291b177: -0.1%
Covered Lines: 4961
Relevant Lines: 10353

💛 - Coveralls