@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix type spec for 'coverage'

Summary: Ref T8670. The spec for "coverage" is incorrect, it's a map of paths to coverage information.

Test Plan: See next diff.

Reviewers: joshuaspence, btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T8670

Differential Revision: https://secure.phabricator.com/D13435

+1 -1
+1 -1
src/applications/harbormaster/storage/build/HarbormasterBuildUnitMessage.php
··· 32 32 'result' => 'string', 33 33 'duration' => 'optional float', 34 34 'path' => 'optional string', 35 - 'coverage' => 'optional string', 35 + 'coverage' => 'optional map<string, wild>', 36 36 ); 37 37 38 38 // We're just going to ignore extra keys for now, to make it easier to