mirror of
https://github.com/github/codeql.git
synced 2026-01-29 06:12:58 +01:00
Use CodeQL for creating stats.
This commit is contained in:
2
Makefile
2
Makefile
@@ -93,7 +93,7 @@ build/stats/src.stamp:
|
||||
ql/src/go.dbscheme.stats: ql/src/go.dbscheme build/stats/src.stamp extractor
|
||||
rm -rf build/stats/database
|
||||
codeql database create -l go -s build/stats/src -j4 --search-path . build/stats/database
|
||||
odasa collectStats --dbscheme $< --db build/stats/database/db-go --outputFile $@
|
||||
codeql dataset measure -o $@ build/stats/database/db-go
|
||||
|
||||
test: all build/testdb/check-upgrade-path
|
||||
codeql test run ql/test --search-path .
|
||||
|
||||
Reference in New Issue
Block a user