1#!/usr/bin/env bash 2 3set -e 4echo "" > coverage.txt 5 6go test -race -coverprofile=coverage.txt -coverpkg=./... ./...
View as plain text