File tree Expand file tree Collapse file tree 2 files changed +17
-17
lines changed
Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ A fully automated GitHub repository analyzer that counts lines of code across al
66```
77[ LANGUAGES BREAKDOWN ]
88
9- TypeScript --> 279,996 lines
9+ TypeScript --> 281,081 lines
1010JavaScript --> 135,601 lines
1111JSX --> 20,576 lines
1212PHP --> 5,248 lines
1313Others --> 16,074 lines
1414
15- [ TOTAL LINES OF CODE: 457,495 ]
15+ [ TOTAL LINES OF CODE: 458,580 ]
1616```
1717<!-- LANGUAGES BREAKDOWN END -->
1818* Stats update automatically via GitHub Actions.*
@@ -66,13 +66,13 @@ This GitHub Action automatically fetches all your public repositories (excluding
6666` ` `
6767[ LANGUAGES BREAKDOWN ]
6868
69- TypeScript --> 279,996 lines
69+ TypeScript --> 281,081 lines
7070JavaScript --> 135,601 lines
7171JSX --> 20,576 lines
7272PHP --> 5,248 lines
7373Others --> 16,074 lines
7474
75- [ TOTAL LINES OF CODE : 457,495 ]
75+ [ TOTAL LINES OF CODE : 458,580 ]
7676` ` `
7777 <!-- LANGUAGES BREAKDOWN END -->
7878 ` ` `
Original file line number Diff line number Diff line change 11{"header" : {
22 "cloc_url" : " github.com/AlDanial/cloc" ,
33 "cloc_version" : " 1.98" ,
4- "elapsed_seconds" : 4.40193891525269 ,
5- "n_files" : 6341 ,
6- "n_lines" : 546525 ,
7- "files_per_second" : 1440.50158852239 ,
8- "lines_per_second" : 124155.51658527 ,
4+ "elapsed_seconds" : 4.34074711799622 ,
5+ "n_files" : 6351 ,
6+ "n_lines" : 547705 ,
7+ "files_per_second" : 1463.11218492078 ,
8+ "lines_per_second" : 126177.587662106 ,
99 "report_file" : " ../output/cloc-output.json" },
1010"TypeScript" :{
11- "nFiles" : 4431 ,
12- "blank" : 29211 ,
13- "comment" : 8642 ,
14- "code" : 279996 },
11+ "nFiles" : 4441 ,
12+ "blank" : 29315 ,
13+ "comment" : 8633 ,
14+ "code" : 281081 },
1515"JavaScript" :{
1616 "nFiles" : 1045 ,
1717 "blank" : 25656 ,
103103 "comment" : 18 ,
104104 "code" : 0 },
105105"SUM" : {
106- "blank" : 59876 ,
107- "comment" : 29154 ,
108- "code" : 457495 ,
109- "nFiles" : 6341 } }
106+ "blank" : 59980 ,
107+ "comment" : 29145 ,
108+ "code" : 458580 ,
109+ "nFiles" : 6351 } }
You can’t perform that action at this time.
0 commit comments