minio/buildscripts/go-coverage.sh

7 lines
106 B
Bash
Raw Normal View History

2016-08-04 19:48:50 -04:00
#!/usr/bin/env bash
set -e
CGO_ENABLED=0 go test -v -coverprofile=coverage.txt -covermode=atomic ./...