damp-london-75918
02/01/2024, 10:35 PMgo_binary with coverage (go build -cover https://go.dev/doc/build-cover).
https://www.pantsbuild.org/2.19/reference/targets/go_binary I'm not sure whether -cover is a linker/compiler/assembler flag, or something else.fast-nail-55400
02/01/2024, 10:36 PMdamp-london-75918
02/01/2024, 10:39 PMfast-nail-55400
02/01/2024, 10:54 PMfast-nail-55400
02/01/2024, 10:55 PMfast-nail-55400
02/01/2024, 10:56 PMgo build for compilation but rather the lower level go tool compile, Pants must call the code generator itself (which it does for the existing coverage support).fast-nail-55400
02/01/2024, 10:57 PMgo source code to see exactly what go build does for the new coverage, and then replicate those steps in Pants.damp-london-75918
02/01/2024, 11:05 PM