NOTE: It's very possible that I'm using Harbormaster wrong, feel free to tell me if that's the case.
I'm implementing Unit test reporting over harbormaster for Jenkins (via the jenkins-phabricator-plugin: https://github.com/uber/phabricator-jenkins-plugin/pull/93)
I've successfully converted the unit tests into the harbormaster format, however on the Differential summary, under "Unit" it still shows "No Unit Test Coverage", even though it has test results:
{F785962}
As per the conduit spec, I am sending a single `harbormaster.sendmessage` call with a `unit` array (and overall result `"pass"`).
Is this a UI bug, or is there a (possibly undocumented?) way to update the differential to show that it does have "Unit Test Coverage" available?
Thanks.