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 Jan 13, 2025
1 parent 0c6d034 commit 1d3a69e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 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.147397994995117,
"elapsed_seconds" : 0.147140026092529,
"n_files" : 197,
"n_lines" : 49396,
"files_per_second" : 1336.51750152046,
"lines_per_second" : 335119.890888857},
"n_lines" : 49400,
"files_per_second" : 1338.86071133436,
"lines_per_second" : 335734.614923438},
"XML" :{
"nFiles": 11,
"blank": 4165,
Expand All @@ -18,9 +18,9 @@
"code": 7227},
"Bourne Shell" :{
"nFiles": 86,
"blank": 1433,
"blank": 1434,
"comment": 817,
"code": 3543},
"code": 3546},
"Markdown" :{
"nFiles": 27,
"blank": 519,
Expand Down Expand Up @@ -72,7 +72,7 @@
"comment": 5,
"code": 9},
"SUM": {
"blank": 8414,
"blank": 8415,
"comment": 4654,
"code": 36328,
"code": 36331,
"nFiles": 197} }
6 changes: 3 additions & 3 deletions .github/results/cloc_results.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cloc|github.com/AlDanial/cloc v 1.98 T=0.15 s (1320.4 files/s, 331470.2 lines/s)
cloc|github.com/AlDanial/cloc v 1.98 T=0.15 s (1343.8 files/s, 337376.3 lines/s)
--- | ---

Language|files|blank|comment|code
:-------|-------:|-------:|-------:|-------:
XML|11|4165|0|21853
PHP|33|1890|3516|7227
Bourne Shell|86|1433|817|3543
Bourne Shell|86|1434|817|3546
Markdown|26|518|0|1261
YAML|14|124|113|606
JavaScript|2|129|57|596
Expand All @@ -17,4 +17,4 @@ Python|1|9|1|33
Text|1|0|0|19
INI|1|4|5|9
--------|--------|--------|--------|--------
SUM:|197|8413|4654|36387
SUM:|197|8414|4654|36390
6 changes: 3 additions & 3 deletions .github/results/cloc_results.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
github.com/AlDanial/cloc v 1.98 T=0.15 s (1311.7 files/s, 329278.5 lines/s)
github.com/AlDanial/cloc v 1.98 T=0.15 s (1329.8 files/s, 333866.7 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
XML 11 4165 0 21853
PHP 33 1890 3516 7227
Bourne Shell 86 1433 817 3543
Bourne Shell 86 1434 817 3546
Markdown 27 519 0 1280
YAML 14 124 113 606
JavaScript 2 129 57 596
Expand All @@ -15,5 +15,5 @@ SVG 5 0 1 40
Python 1 9 1 33
INI 1 4 5 9
-------------------------------------------------------------------------------
SUM: 197 8414 4654 36387
SUM: 197 8415 4654 36390
-------------------------------------------------------------------------------

0 comments on commit 1d3a69e

Please sign in to comment.