Files
Gokapi/build/generateCoverage.sh
T

4 lines
115 B
Bash

#!/bin/sh
cd ..
go test ./... -coverprofile=/tmp/coverage.out --tags=test && go tool cover -html=/tmp/coverage.out