ossinsight
ossinsight copied to clipboard
Negative lines of code are confusing
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?

https://ossinsight.io/analyze/JuliaLang/julia
We could only collect lines of code info in PR events 😢
Among all types of GitHub events, only PullRequestEvent have the add/del loc field, the others don't have thus information, even PushEvent..