Skip to content

Commit

Permalink
Update cloc results
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 2, 2024
1 parent 217df34 commit 54505b4
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
34 changes: 17 additions & 17 deletions .github/results/cloc_results.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
{"header" : {
"cloc_url" : "github.com/AlDanial/cloc",
"cloc_version" : "1.90",
"elapsed_seconds" : 0.138470888137817,
"n_files" : 192,
"n_lines" : 48094,
"files_per_second" : 1386.57303771249,
"lines_per_second" : 347322.102477836},
"elapsed_seconds" : 0.138349056243896,
"n_files" : 190,
"n_lines" : 47906,
"files_per_second" : 1373.33788287683,
"lines_per_second" : 346269.076932091},
"XML" :{
"nFiles": 11,
"blank": 4165,
Expand All @@ -18,20 +18,20 @@
"comment": 3516,
"code": 7228},
"Bourne Shell" :{
"nFiles": 83,
"blank": 1436,
"comment": 739,
"code": 3429},
"nFiles": 82,
"blank": 1432,
"comment": 741,
"code": 3430},
"Markdown" :{
"nFiles": 25,
"blank": 513,
"comment": 0,
"code": 1264},
"YAML" :{
"nFiles": 15,
"blank": 156,
"comment": 138,
"code": 720},
"nFiles": 14,
"blank": 131,
"comment": 114,
"code": 582},
"JSON" :{
"nFiles": 12,
"blank": 1,
Expand Down Expand Up @@ -68,7 +68,7 @@
"comment": 5,
"code": 9},
"SUM": {
"blank": 8247,
"comment": 4526,
"code": 35321,
"nFiles": 192} }
"blank": 8218,
"comment": 4504,
"code": 35184,
"nFiles": 190} }
8 changes: 4 additions & 4 deletions .github/results/cloc_results.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@

cloc|github.com/AlDanial/cloc v 1.90 T=0.14 s (1381.7 files/s, 346483.1 lines/s)
cloc|github.com/AlDanial/cloc v 1.90 T=0.14 s (1379.4 files/s, 348190.1 lines/s)
--- | ---

Language|files|blank|comment|code
:-------|-------:|-------:|-------:|-------:
XML|11|4165|0|21853
PHP|34|1890|3516|7228
Bourne Shell|83|1436|739|3429
Bourne Shell|82|1432|741|3430
Markdown|24|511|0|1246
YAML|15|156|138|720
YAML|14|131|114|582
JSON|13|2|0|543
Dockerfile|1|69|126|211
SVG|5|0|1|40
Expand All @@ -17,4 +17,4 @@ Python|1|9|1|33
HTML|3|4|0|30
INI|1|4|5|9
--------|--------|--------|--------|--------
SUM:|192|8246|4526|35376
SUM:|190|8217|4504|35239
12 changes: 6 additions & 6 deletions .github/results/cloc_results.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
100 files 200 files 219 text files.
classified 218 filesDuplicate file check 218 files (209 known unique)Unique: 100 files Unique: 200 files 213 unique files.
100 files 200 files 217 text files.
classified 216 filesDuplicate file check 216 files (207 known unique)Unique: 100 files Unique: 200 files 211 unique files.
Counting: 100Counting: 200 38 files ignored.

github.com/AlDanial/cloc v 1.90 T=0.15 s (1281.9 files/s, 319929.9 lines/s)
github.com/AlDanial/cloc v 1.90 T=0.14 s (1359.1 files/s, 341419.2 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
XML 11 4165 0 21853
PHP 34 1890 3516 7228
Bourne Shell 83 1436 739 3429
Bourne Shell 82 1432 741 3430
Markdown 25 513 0 1264
YAML 15 156 138 720
YAML 14 131 114 582
JSON 13 2 0 543
Dockerfile 1 69 126 211
SVG 5 0 1 40
Expand All @@ -19,5 +19,5 @@ Python 1 9 1 33
HTML 3 4 0 30
INI 1 4 5 9
-------------------------------------------------------------------------------
SUM: 193 8248 4526 35394
SUM: 191 8219 4504 35257
-------------------------------------------------------------------------------
Expand Down

0 comments on commit 54505b4

Please sign in to comment.