File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 --> 291,037 lines
9+ TypeScript --> 291,104 lines
1010JavaScript --> 134,340 lines
1111JSX --> 20,576 lines
1212PHP --> 5,248 lines
1313Others --> 16,074 lines
1414
15- [ TOTAL LINES OF CODE: 467,275 ]
15+ [ TOTAL LINES OF CODE: 467,342 ]
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 --> 291,037 lines
69+ TypeScript --> 291,104 lines
7070JavaScript --> 134,340 lines
7171JSX --> 20,576 lines
7272PHP --> 5,248 lines
7373Others --> 16,074 lines
7474
75- [ TOTAL LINES OF CODE : 467,275 ]
75+ [ TOTAL LINES OF CODE : 467,342 ]
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.6876118183136 ,
5- "n_files" : 6415 ,
6- "n_lines" : 557141 ,
7- "files_per_second" : 1368.50068833299 ,
8- "lines_per_second" : 118853.911457292 ,
4+ "elapsed_seconds" : 4.39104700088501 ,
5+ "n_files" : 6417 ,
6+ "n_lines" : 557212 ,
7+ "files_per_second" : 1461.38267222069 ,
8+ "lines_per_second" : 126897.298044793 ,
99 "report_file" : " ../output/cloc-output.json" },
1010"TypeScript" :{
11- "nFiles" : 4522 ,
12- "blank" : 30165 ,
11+ "nFiles" : 4524 ,
12+ "blank" : 30169 ,
1313 "comment" : 8714 ,
14- "code" : 291037 },
14+ "code" : 291104 },
1515"JavaScript" :{
1616 "nFiles" : 1028 ,
1717 "blank" : 25498 ,
103103 "comment" : 18 ,
104104 "code" : 0 },
105105"SUM" : {
106- "blank" : 60672 ,
106+ "blank" : 60676 ,
107107 "comment" : 29194 ,
108- "code" : 467275 ,
109- "nFiles" : 6415 } }
108+ "code" : 467342 ,
109+ "nFiles" : 6417 } }
You can’t perform that action at this time.
0 commit comments