Re: [go-nuts] Code coverage for a project

2019-01-09 Thread alex . besogonov
I actually have a similar request. I have an application that I want to test with integration tests and right now there's no real way to get coverage except by running everything using a unit test launcher. On Wednesday, January 9, 2019 at 6:22:23 AM UTC-8, Ian Lance Taylor wrote: > > On Tue, Ja

Re: [go-nuts] Code coverage for a project

2019-01-09 Thread Ian Lance Taylor
On Tue, Jan 8, 2019 at 11:52 PM wrote: > > I have creates all my test files in a separate single folder. Is it possible > to get code coverage as the source files are in different location not with > test files. > I am getting code coverage report with coverprofile when test files and > source