hack: track helper process coverage in integration tests
https://app.codecov.io/gh/moby/buildkit/pull/4938 +20% 👀
@crazy-max Note that the scanned lines also increased a lot. Covered lines is 3x.
I added a commit for pb.go.
There is still some code with external frontends & dockerfile-labs where the test runs only inside container and no coverage is detected. Looking at codecov, some such files show up with 0 coverage but some are missing completely from report.
Not sure if things like these can be fixed by setting some option:
Seems "disable_file_fixes" setting didn't change much.
Not sure if things like these can be fixed by setting some option:
Do you mean comments being taken into account? If so don't think this is possible. This is based on go tool covdata output I guess.