Add coverage percentage to public API's Flag list endpoint
https://docs.codecov.com/reference/repos_flags_list
On this endpoint, add the flag coverage to the response. Almost same feature as was added in https://github.com/codecov/feedback/issues/150.
Requested by @nikosatwork
@aj-codecov This might be a separate request, but there was an ask to add line coverage to the API as well:
If that ticket is being worked on, it'd also be great to get the line by line coverage data for each flag too. It's not available on the flag coverage endpoints, and is also only available on the repo endpoint.
More context:
To restate Jimmy’s request - he wants the flags endpoints to return whatever is most recent - he’s using this endpoint which based on just this page appears to be pulling time series data, which is bucketed/aggregated and not specific to a single commit, what he really seems to be asking for is a brand new endpoint that returns results specific to the flag and commit. Spencer did this for Components, but the work hasn’t been completed for flags.
@JerrySentry can I provide any additional context for this one or are you unblocked?