Merge pull request #175 from github/loc-summary-queries-1

Summary queries for total LOC and user-code LOC
This commit is contained in:
Alex Ford
2021-05-14 15:51:45 +01:00
committed by GitHub
9 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1 @@
| 9 |

View File

@@ -0,0 +1 @@
queries/summary/LinesOfCode.ql

View File

@@ -0,0 +1 @@
| 5 |

View File

@@ -0,0 +1 @@
queries/summary/LinesOfUserCode.ql

View File

@@ -0,0 +1,11 @@
# comment
def hello
p "hello foo"
end
# another one
hello
p "more code here"

View File

@@ -0,0 +1,9 @@
# comment
def hello
p "hello lib"
end
# another one
hello