aschey/vercel-tokei

Issues that it counts wrong

dimkauzh opened this issue · 2 comments

Hi, so I have had issues with original tokei.rs, so i found this. It looked very promising, but i found a issue from the start: It doesn't count all lines. I have my repo, and as you see in this screenshot
Screenshot 2023-12-31 at 15 37 48
It's 4003 lines. But my badge shows only 1.4k lines.
Screenshot 2023-12-31 at 15 38 48

aschey commented

Hi @dimkauzh, thanks for the issue report! It seems that tokei.rs uses total lines by default whereas I configured this to use lines of code. Not sure if this was a miss on my part or if something changed in tokei since I created this. I changed this to also use total lines by default now so this should be resolved.

Hi @dimkauzh, thanks for the issue report! It seems that tokei.rs uses total lines by default whereas I configured this to use lines of code. Not sure if this was a miss on my part or if something changed in tokei since I created this. I changed this to also use total lines by default now so this should be resolved.

Oh okay thank you! Have a nice day! Good luck with developing this further!