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 34af1ad commit 6c99f4d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
22 changes: 11 additions & 11 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.15040111541748,
"elapsed_seconds" : 0.146120071411133,
"n_files" : 193,
"n_lines" : 49278,
"files_per_second" : 1283.23516394326,
"lines_per_second" : 327643.8466777},
"n_lines" : 49284,
"files_per_second" : 1320.83154720725,
"lines_per_second" : 337284.258925192},
"XML" :{
"nFiles": 11,
"blank": 4165,
Expand All @@ -18,9 +18,9 @@
"code": 7227},
"Bourne Shell" :{
"nFiles": 82,
"blank": 1415,
"comment": 779,
"code": 3479},
"blank": 1414,
"comment": 781,
"code": 3477},
"Markdown" :{
"nFiles": 27,
"blank": 531,
Expand Down Expand Up @@ -49,7 +49,7 @@
"Dockerfile" :{
"nFiles": 1,
"blank": 49,
"comment": 126,
"comment": 133,
"code": 219},
"SVG" :{
"nFiles": 5,
Expand All @@ -72,7 +72,7 @@
"comment": 5,
"code": 9},
"SUM": {
"blank": 8408,
"comment": 4608,
"code": 36262,
"blank": 8407,
"comment": 4617,
"code": 36260,
"nFiles": 193} }
8 changes: 4 additions & 4 deletions .github/results/cloc_results.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
cloc|github.com/AlDanial/cloc v 1.98 T=0.15 s (1268.3 files/s, 324211.9 lines/s)
cloc|github.com/AlDanial/cloc v 1.98 T=0.15 s (1312.7 files/s, 335591.1 lines/s)
--- | ---

Language|files|blank|comment|code
:-------|-------:|-------:|-------:|-------:
XML|11|4165|0|21853
PHP|33|1890|3516|7227
Bourne Shell|82|1415|779|3479
Bourne Shell|82|1414|781|3477
Markdown|26|530|0|1259
YAML|14|124|113|606
JavaScript|2|129|57|596
JSON|13|1|0|548
HTML|3|91|10|433
Dockerfile|1|49|126|219
Dockerfile|1|49|133|219
SVG|5|0|1|40
Python|1|9|1|33
Text|1|0|0|19
INI|1|4|5|9
--------|--------|--------|--------|--------
SUM:|193|8407|4608|36321
SUM:|193|8406|4617|36319
8 changes: 4 additions & 4 deletions .github/results/cloc_results.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
github.com/AlDanial/cloc v 1.98 T=0.15 s (1275.9 files/s, 326171.1 lines/s)
github.com/AlDanial/cloc v 1.98 T=0.15 s (1325.8 files/s, 338952.9 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
XML 11 4165 0 21853
PHP 33 1890 3516 7227
Bourne Shell 82 1415 779 3479
Bourne Shell 82 1414 781 3477
Markdown 27 531 0 1278
YAML 14 124 113 606
JavaScript 2 129 57 596
JSON 13 1 0 548
HTML 3 91 10 433
Dockerfile 1 49 126 219
Dockerfile 1 49 133 219
SVG 5 0 1 40
Python 1 9 1 33
INI 1 4 5 9
-------------------------------------------------------------------------------
SUM: 193 8408 4608 36321
SUM: 193 8407 4617 36319
-------------------------------------------------------------------------------

0 comments on commit 6c99f4d

Please sign in to comment.