cloudwan / gohan

Gohan is an API Gateway Server written by Go that makes it easy for developers to create and maintain REST-style API
http://www.slideshare.net/natiueno/gohan-61170476
Other
109 stars 44 forks source link

Fix cover accuracy by including covering all packages #769

Closed jkmar closed 4 years ago

jkmar commented 4 years ago

Fix cover accuracy by including covering all packages for tests instead of just tested package.

Previously coverage report was incorrect for some packages with only tests - for example server_error_test.go. The only limitation are goplugins which cannot be tested this way, so for them old behavior is preserved.

jkmar commented 4 years ago

Uses too much memory on CircleCI