|
|
|
|
|
by jacksgt
1227 days ago
|
|
> Go 1.20 supports collecting code coverage profiles for programs (applications and integration tests), as opposed to just unit tests.
> To collect coverage data for a program, build it with go build's -cover flag, This is absolutely awesome! I'm looking forward to trying this on some server binaries! |
|
I’m not exactly sure what the change in Go 1.20 is about, maybe it’s easier somehow, I’ll have to try it.