API feature request
- Dominant language
- PHP
- Stars
- 8
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.