I have a CL which shows very little code coverage in Gerrit. Ostensibly this is because whatever configuration is used to collect coverage data does not support the requisite Android runtime feature which gates these code paths.
However, several of the CQ bots for Android do support the requisite runtime feature, and I have already confirmed that they do in fact have coverage over the relevant code paths. It looks like these same bots also enable code coverage tools, so I would have expected coverage information to be collected from them too.
Any suggestions for what might be going on?