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 Dec 18, 2024
1 parent a453e2d commit c3029c8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
28 changes: 14 additions & 14 deletions .github/results/cloc_results.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{"header" : {
"cloc_url" : "github.com/AlDanial/cloc",
"cloc_version" : "1.98",
"elapsed_seconds" : 0.146120071411133,
"n_files" : 193,
"n_lines" : 49284,
"files_per_second" : 1320.83154720725,
"lines_per_second" : 337284.258925192},
"elapsed_seconds" : 0.148743152618408,
"n_files" : 195,
"n_lines" : 49348,
"files_per_second" : 1310.98471806807,
"lines_per_second" : 331766.532652427},
"XML" :{
"nFiles": 11,
"blank": 4165,
Expand All @@ -17,15 +17,15 @@
"comment": 3516,
"code": 7227},
"Bourne Shell" :{
"nFiles": 82,
"blank": 1414,
"comment": 781,
"code": 3477},
"nFiles": 84,
"blank": 1419,
"comment": 801,
"code": 3517},
"Markdown" :{
"nFiles": 27,
"blank": 531,
"comment": 0,
"code": 1278},
"code": 1277},
"YAML" :{
"nFiles": 14,
"blank": 124,
Expand Down Expand Up @@ -72,7 +72,7 @@
"comment": 5,
"code": 9},
"SUM": {
"blank": 8407,
"comment": 4617,
"code": 36260,
"nFiles": 193} }
"blank": 8412,
"comment": 4637,
"code": 36299,
"nFiles": 195} }
8 changes: 4 additions & 4 deletions .github/results/cloc_results.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
cloc|github.com/AlDanial/cloc v 1.98 T=0.15 s (1312.7 files/s, 335591.1 lines/s)
cloc|github.com/AlDanial/cloc v 1.98 T=0.15 s (1332.8 files/s, 337675.7 lines/s)
--- | ---

Language|files|blank|comment|code
:-------|-------:|-------:|-------:|-------:
XML|11|4165|0|21853
PHP|33|1890|3516|7227
Bourne Shell|82|1414|781|3477
Markdown|26|530|0|1259
Bourne Shell|84|1419|801|3517
Markdown|26|530|0|1258
YAML|14|124|113|606
JavaScript|2|129|57|596
JSON|13|1|0|548
Expand All @@ -17,4 +17,4 @@ Python|1|9|1|33
Text|1|0|0|19
INI|1|4|5|9
--------|--------|--------|--------|--------
SUM:|193|8406|4617|36319
SUM:|195|8411|4637|36358
8 changes: 4 additions & 4 deletions .github/results/cloc_results.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
github.com/AlDanial/cloc v 1.98 T=0.15 s (1325.8 files/s, 338952.9 lines/s)
github.com/AlDanial/cloc v 1.98 T=0.15 s (1314.3 files/s, 333001.2 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
XML 11 4165 0 21853
PHP 33 1890 3516 7227
Bourne Shell 82 1414 781 3477
Markdown 27 531 0 1278
Bourne Shell 84 1419 801 3517
Markdown 27 531 0 1277
YAML 14 124 113 606
JavaScript 2 129 57 596
JSON 13 1 0 548
Expand All @@ -15,5 +15,5 @@ SVG 5 0 1 40
Python 1 9 1 33
INI 1 4 5 9
-------------------------------------------------------------------------------
SUM: 193 8407 4617 36319
SUM: 195 8412 4637 36358
-------------------------------------------------------------------------------

0 comments on commit c3029c8

Please sign in to comment.