1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-18 21:02:41 +01:00

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
This commit is contained in:
epriestley 2015-06-25 10:05:21 -07:00
parent 1192f309b0
commit 5f99d79c5d

View file

@ -32,7 +32,7 @@ final class HarbormasterBuildUnitMessage
'result' => 'string',
'duration' => 'optional float',
'path' => 'optional string',
'coverage' => 'optional string',
'coverage' => 'optional map<string, wild>',
);
// We're just going to ignore extra keys for now, to make it easier to