h4cc / hhvm-progress

Source of the hhvm.h4cc.de website.
http://hhvm.h4cc.de/
MIT License
8 stars 4 forks source link

API feature request #63

Open bkdotcom opened 6 years ago

bkdotcom commented 6 years ago

https://php-eye.com/api/doc#get--api-v1-package-{vendor}-{name}.json

returns a runtime_status value

Map from runtime to status code. 0: Unknown/No config file. 1: Not using this runtime for tests. 2: Using runtime as "allowed failure". 3: Using runtime for tests.

however there's no value indicating success/failure

perhaps a runtime_success map? 0 = failure (or not tested/unknown) 1 = success

(I would categorize an allowed failure that's failing as failure... the existing runtime_status map could be used to conclude whether or not it's an allowed-failure "success")


PS: https://php-eye.com/package/{vendor}/{name} displays both tested/not-tested and success/failure