ossinsight icon indicating copy to clipboard operation
ossinsight copied to clipboard

Negative lines of code are confusing

Open inkydragon opened this issue 3 years ago • 1 comments

The specific meaning of "lines of code" is actually explained in the page.

The line chart demonstrate the total lines of code in Pull Requests (additions + deletions).

Is it possible to display the true total number of lines of code?

image

https://ossinsight.io/analyze/JuliaLang/julia

inkydragon avatar Aug 05 '22 03:08 inkydragon

We could only collect lines of code info in PR events 😢

634750802 avatar Aug 09 '22 02:08 634750802

Among all types of GitHub events, only PullRequestEvent have the add/del loc field, the others don't have thus information, even PushEvent..

sykp241095 avatar Sep 08 '22 08:09 sykp241095