xhd2015 opened this issue 6 months ago · 0 comments
When using test explorer from windows, the test command being used is:
xgo test -v -run '^TestStrip$' './cmd\xgo\coverage'
Which should be:
xgo test -v -run '^TestStrip$' './cmd/xgo/coverage'