goverage icon indicating copy to clipboard operation
goverage copied to clipboard

Add tags support

Open pedrofaria opened this issue 5 years ago • 2 comments

with tags support you will be able to execute goverage passing tags parameters to go test.

eg.: goverage -v -race -coverprofile=cover.out -covermode=atomic -tags=integration

pedrofaria avatar Dec 10 '19 17:12 pedrofaria

This should fix #9 issue

pedrofaria avatar Dec 10 '19 17:12 pedrofaria

go test itself supports testing multiple packages nowadays. Maybe you should use go test.

I don't remember the detail, but it's not actually so simple to support tag as in #12

haya14busa avatar Jan 07 '20 16:01 haya14busa