go test $(go list ./... | grep -v /vendor/) -coverprofile .testCoverage.txt
我正在使用上面的命令来测试文件,但是我想从测试中排除 1 个名为“Store”的文件夹。怎么做?
testing go goland
go ×1
goland ×1
testing ×1