Bincover - Build instrumented binary
#!/usr/bin/env bash | |
go test . -tags testbincover -coverpkg=./... -c -o instr_bin -ldflags="-X github.com/confluentinc/bincover/examples/echo-arg.isTest=true" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment