Skip to content

Commit e9e459d

Browse files
chore: update README and cloc-output.json with latest code stats
1 parent 7ea15cf commit e9e459d

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

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 --> 279,996 lines
9+
TypeScript --> 281,081 lines
1010
JavaScript --> 135,601 lines
1111
JSX --> 20,576 lines
1212
PHP --> 5,248 lines
1313
Others --> 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
7070
JavaScript --> 135,601 lines
7171
JSX --> 20,576 lines
7272
PHP --> 5,248 lines
7373
Others --> 16,074 lines
7474

75-
[ TOTAL LINES OF CODE: 457,495 ]
75+
[ TOTAL LINES OF CODE: 458,580 ]
7676
```
7777
<!-- LANGUAGES BREAKDOWN END -->
7878
```

output/cloc-output.json

Lines changed: 13 additions & 13 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.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,
@@ -103,7 +103,7 @@
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} }

0 commit comments

Comments
 (0)