mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Add windows CI on travis (#6661)
This commit is contained in:
committed by
Nitish Tiwari
parent
44cf9ac62f
commit
30040fba45
@@ -4,7 +4,7 @@ set -e
|
||||
echo "" > coverage.txt
|
||||
|
||||
for d in $(go list ./... | grep -v browser); do
|
||||
go test -coverprofile=profile.out -covermode=atomic "$d"
|
||||
go test -v -coverprofile=profile.out -covermode=atomic "$d"
|
||||
if [ -f profile.out ]; then
|
||||
cat profile.out >> coverage.txt
|
||||
rm profile.out
|
||||
|
||||
Reference in New Issue
Block a user