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")
https://php-eye.com/api/doc#get--api-v1-package-{vendor}-{name}.json
returns a runtime_status value
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