keitaro1020 / lion

Analyzer: lion finds functions which are not tested

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lion

godoc.org

lion finds functions which are not tested.

$ go test -coverprofile=cover.out pkgname
$ go vet -vettool=`lion` lion.coverprofile=cover.out pkgname

About

Analyzer: lion finds functions which are not tested

License:MIT License


Languages

Language:Go 100.0%