mirror of
https://github.com/coredhcp/coredhcp.git
synced 2026-04-02 20:11:04 +02:00
go 1.20 now has built-in merging of cover profiles, using GOCOVERDIR and the `go tool covdata` command. This feature requires running integration tests as "normal" binaries instead of tests, so I've updated the server6_test accordingly cf https://go.dev/blog/integration-test-coverage Signed-off-by: Anatole Denis <anatole@unverle.fr>