Hi google team. @zaibon just opened an issue in my repo (https://github.com/edoardottt/depsdev/issues/51) pointing out that the fields `lineCount` and `lineCoverCount` are strings now, but **they should be integers** following the docs (https://docs.deps.dev/api/v3alpha/#getproject). Try this: ```console curl "https://api.deps.dev/v3alpha/projects/github.com%2Fklauspost%2Fcompress" | grep -i linecount ``` ``` ... "ossFuzz":{"lineCount":"20711","lineCoverCount":"12156", ... ``` What are your thoughts on this? Will you change the docs or the APIs? thanks
Hi google team.
@zaibon just opened an issue in my repo (edoardottt/depsdev#51) pointing out that the fields
lineCountandlineCoverCountare strings now, but they should be integers following the docs (https://docs.deps.dev/api/v3alpha/#getproject).Try this:
curl "https://api.deps.dev/v3alpha/projects/github.com%2Fklauspost%2Fcompress" | grep -i linecountWhat are your thoughts on this? Will you change the docs or the APIs?
thanks