featurebase/cmd
Souhaila Noor 7983a7506f - Need to get code coverage on the server and client side
- For server side, used an instrumented binary with a test that wraps around the main entrypoint for featurebase
- Every time, the binary is called, a new coverage file is generated.
- For the client side, used the standard -coverprofile flag for go test to generate code coverage
- For backup test that's expected to fail, needed to call Run call in backup.go directly. The code coverage is not written to disk for an instrumented binary if there is an error.
2022-02-11 11:26:00 -06:00
..
badloader remove http subpackage and bring implementations into core 2022-02-03 21:04:04 -06:00
featurebase - Need to get code coverage on the server and client side 2022-02-11 11:26:00 -06:00
featurebase-parse-sql Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
pilosa-bench remove http subpackage and bring implementations into core 2022-02-03 21:04:04 -06:00
random-query remove http subpackage and bring implementations into core 2022-02-03 21:04:04 -06:00
roaring-migrate Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
slurp remove http subpackage and bring implementations into core 2022-02-03 21:04:04 -06:00
backup.go Enable authentication/authorization for featurebase tools 2022-01-26 17:30:26 -06:00
chksum.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
config.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
doc.go add copyright notice back in 2021-12-10 11:01:04 -06:00
export.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
export_test.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
generate_config.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
import.go Enable authentication/authorization for featurebase tools 2022-01-26 17:30:26 -06:00
import_test.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
keygen.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
rbf.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
restore.go Enable authentication/authorization for featurebase tools 2022-01-26 17:30:26 -06:00
root.go remove inspect command 2022-02-03 11:25:31 -06:00
root_test.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
server.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
server_test.go remove unused stuff and fix a bunch of random staticcheck issues 2022-02-07 15:10:10 -06:00