...

Text file src/github.com/go-test/deep/test/coverage

Documentation: github.com/go-test/deep/test

     1#!/bin/sh
     2go test -coverprofile=coverage.out "$@"
     3go tool cover -html=coverage.out

View as plain text