stash/vendor/github.com/Yamashou/gqlgenc/TESTING.md

354 B

Run tests

To run tests simply run

go test ./... -coverprofile=coverage.out

To deep dive into test coverage, run the following command to see the result in your terminal

go tool cover -func=coverage.out

or the following to see the result in your browser

go tool cover -html=coverage.out