1
0
mirror of https://github.com/minio/minio.git synced 2025-02-21 02:22:29 -05:00
minio/buildscripts/go-coverage.sh

6 lines
120 B
Bash
Raw Permalink Normal View History

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