Skip to content

Commit aad4809

Browse files
chore: update README and cloc-output.json with latest code stats
1 parent f330fcf commit aad4809

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
1010
JavaScript --> 134,340 lines
1111
JSX --> 20,576 lines
1212
PHP --> 5,248 lines
1313
Others --> 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
7070
JavaScript --> 134,340 lines
7171
JSX --> 20,576 lines
7272
PHP --> 5,248 lines
7373
Others --> 16,074 lines
7474

75-
[ TOTAL LINES OF CODE: 467,275 ]
75+
[ TOTAL LINES OF CODE: 467,342 ]
7676
```
7777
<!-- LANGUAGES BREAKDOWN END -->
7878
```

output/cloc-output.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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,
@@ -103,7 +103,7 @@
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} }

0 commit comments

Comments
 (0)