Skip to content

Commit 7ea15cf

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

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
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,897 lines
9+
TypeScript --> 279,996 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,396 ]
15+
[ TOTAL LINES OF CODE: 457,495 ]
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,897 lines
69+
TypeScript --> 279,996 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,396 ]
75+
[ TOTAL LINES OF CODE: 457,495 ]
7676
```
7777
<!-- LANGUAGES BREAKDOWN END -->
7878
```

output/cloc-output.json

Lines changed: 10 additions & 10 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.43751311302185,
4+
"elapsed_seconds" : 4.40193891525269,
55
"n_files" : 6341,
6-
"n_lines" : 546415,
7-
"files_per_second" : 1428.9535238538,
8-
"lines_per_second" : 123135.410776939,
6+
"n_lines" : 546525,
7+
"files_per_second" : 1440.50158852239,
8+
"lines_per_second" : 124155.51658527,
99
"report_file" : "../output/cloc-output.json"},
1010
"TypeScript" :{
1111
"nFiles": 4431,
12-
"blank": 29202,
13-
"comment": 8640,
14-
"code": 279897},
12+
"blank": 29211,
13+
"comment": 8642,
14+
"code": 279996},
1515
"JavaScript" :{
1616
"nFiles": 1045,
1717
"blank": 25656,
@@ -103,7 +103,7 @@
103103
"comment": 18,
104104
"code": 0},
105105
"SUM": {
106-
"blank": 59867,
107-
"comment": 29152,
108-
"code": 457396,
106+
"blank": 59876,
107+
"comment": 29154,
108+
"code": 457495,
109109
"nFiles": 6341} }

0 commit comments

Comments
 (0)