influxdb/Makefile

4 lines
102 B
Makefile

coverage:
gocov test github.com/benbjohnson/go-raft | gocov-html > coverage.html
open coverage.html