get https://api.codecov.io/api/v2///repos//report/
Similar to the coverage totals endpoint but also returns line-by-line
coverage info (hit=0/miss=1/partial=2).
By default that commit is the head of the default branch but can also be specified explictily by:
sha
- return report for the commit with the given SHAbranch
- return report for the head commit of the branch with the given name
The report can be optionally filtered by specifying:
path
- only show report info for pathnames that start with this valueflag
- only show report info that applies to the specified flag namecomponent_id
- only show report info that applies to the specified component