minio/buildscripts/go-coverage.sh

7 lines
106 B
Bash
Executable File

#!/usr/bin/env bash
set -e
CGO_ENABLED=0 go test -v -coverprofile=coverage.txt -covermode=atomic ./...