mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Rust: Add extracted files to summary stats.
This commit is contained in:
@@ -11,6 +11,8 @@ import Stats
|
||||
|
||||
from string key, string value
|
||||
where
|
||||
key = "Extracted files" and value = count(File f | exists(f.getRelativePath())).toString()
|
||||
or
|
||||
key = "Lines of code" and value = getLinesOfCode().toString()
|
||||
or
|
||||
key = "Lines of user code" and value = getLinesOfUserCode().toString()
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
| Extracted files | 6 |
|
||||
| Lines of code | 24 |
|
||||
| Lines of user code | 24 |
|
||||
|
||||
Reference in New Issue
Block a user