This is a golang interface to the Taubyte project using go-seer.
go test -v ./...
go test -v ./... -coverprofile cover.out -coverpkg ./...
# html
go tool cover -html=cover.out
# each function % and total %
go tool cover -func=cover.out
- Samy Fodil @samyfodil
- Sam Stoltenberg @skelouse
- Tafseer Khan @tafseer-khan
- Aron Jalbuena @arontaubyte