I'm trying to integrate coverage into Phabricator, but without using arc. I have code that generates coverage data in the desired format, and I can upload it using conduit/diffusion.updatecoverage. But that updates a commit -- I want to do it for a specific diff. Is there a way to do this? Or would you be willing to add a new conduit endpoint?