1
0
mirror of https://github.com/minio/mc.git synced 2025-11-12 01:02:26 +03:00
Files
mc/buildscripts/go-coverage.sh
2019-03-27 10:08:19 -07:00

6 lines
120 B
Bash
Executable File

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