You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
bincover/instrument_bin.go
Lines 68 to 80 in b97fcf5
Above code should remove test.* args value from os.Args.
e.g. if I run binary with below command
./mybinary.test -test.cpuprofile b.cov customargs
in the end OS.Args contains
b.cov
andcustomargs
. Since b.cov is value-test.*
argument it should not include in the end.The text was updated successfully, but these errors were encountered: