Created
April 16, 2020 20:47
-
-
Save confluentgist/0e4f0a4c102b223d0462f7ea728523f8 to your computer and use it in GitHub Desktop.
Bincover - Build instrumented binary
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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