You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go install github.com/dave/courtney@latest
go install github.com/axw/gocov/gocov@latest
go install github.com/AlekSi/gocov-xml@latest
go install github.com/matm/gocov-html@latest
courtney -v -o c.out && gocov convert c.out | gocov-html > C.html
But still getting same report as before,
My Go version is 1.17, and I have downgraded to 1.16 but still got same result. Am I missing anything?
The text was updated successfully, but these errors were encountered:
I have an existing setup which uses gocov-xml to integrate with Jenkins, and gocov-html for handy coverage report, but with no way to exclude code blocks for coverage report. So I really wish to have courtney and gocov tools work together!
Then my issue becomes: Is there any way or workaround to have courtney include the missing lines in the output file, with last bit set to 1 ? Thanks in advance
Hi, it's great to find this tool.
But after trying for hours, I'm still having trouble to have it work.
pac.go: (you can see I have tried adding "notest" everywhere..
pac_test.go
Run command:
But still getting same report as before,
My Go version is 1.17, and I have downgraded to 1.16 but still got same result. Am I missing anything?
The text was updated successfully, but these errors were encountered: