featurebase/internal
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
..
clustertests - Need to get code coverage on the server and client side 2022-02-11 11:26:00 -06:00
test Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00