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 14, 2024
1 parent 9c54e9a commit c90db2e
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,21 +1,21 @@
{"header" : {
"cloc_url" : "github.com/AlDanial/cloc",
"cloc_version" : "1.98",
"elapsed_seconds" : 0.0476830005645752,
"elapsed_seconds" : 0.046504020690918,
"n_files" : 12,
"n_lines" : 16605,
"files_per_second" : 251.662014930224,
"lines_per_second" : 348237.313159697},
"n_lines" : 15523,
"files_per_second" : 258.042204130181,
"lines_per_second" : 333799.0945594},
"SQL" :{
"nFiles": 1,
"blank": 239,
"comment": 1578,
"code": 9580},
"XML" :{
"nFiles": 7,
"blank": 534,
"blank": 559,
"comment": 0,
"code": 4586},
"code": 3479},
"YAML" :{
"nFiles": 1,
"blank": 12,
Expand All @@ -32,7 +32,7 @@
"comment": 0,
"code": 12},
"SUM": {
"blank": 787,
"blank": 812,
"comment": 1581,
"code": 14237,
"code": 13130,
"nFiles": 12} }
6 changes: 3 additions & 3 deletions .github/results/cloc_results.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
cloc|github.com/AlDanial/cloc v 1.98 T=0.05 s (247.5 files/s, 342963.7 lines/s)
cloc|github.com/AlDanial/cloc v 1.98 T=0.05 s (256.9 files/s, 332826.6 lines/s)
--- | ---

Language|files|blank|comment|code
:-------|-------:|-------:|-------:|-------:
SQL|1|239|1578|9580
XML|7|534|0|4586
XML|7|559|0|3479
YAML|1|12|3|44
JSON|1|0|0|38
Text|1|0|0|12
Markdown|1|1|0|3
--------|--------|--------|--------|--------
SUM:|12|786|1581|14263
SUM:|12|811|1581|13156
6 changes: 3 additions & 3 deletions .github/results/cloc_results.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
github.com/AlDanial/cloc v 1.98 T=0.05 s (250.9 files/s, 347716.8 lines/s)
github.com/AlDanial/cloc v 1.98 T=0.05 s (263.0 files/s, 340821.6 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
SQL 1 239 1578 9580
XML 7 534 0 4586
XML 7 559 0 3479
YAML 1 12 3 44
JSON 1 0 0 38
Markdown 2 2 0 15
-------------------------------------------------------------------------------
SUM: 12 787 1581 14263
SUM: 12 812 1581 13156
-------------------------------------------------------------------------------

0 comments on commit c90db2e

Please sign in to comment.