NalbertLeal / cosmos-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COSMOS

Tests

Test cover

First run the command (THE_PACKAGE_NAME is the name of the package ):

    go test THE_PACKAGE_NAME -coverprofile=cosmos_test_coverage

And then you can see the results on the browser using the following comand:

    go tool cover -html=cosmos_test_coverage

About

License:GNU Lesser General Public License v2.1


Languages

Language:Go 100.0%