Add an option to upload some debugging artifacts
This commit is contained in:
parent
4293754ed2
commit
bc31f604d3
40 changed files with 374 additions and 65 deletions
1
lib/analyze.test.js
generated
1
lib/analyze.test.js
generated
|
|
@ -125,6 +125,7 @@ const util = __importStar(require("./util"));
|
|||
},
|
||||
dbLocation: path.resolve(tmpDir, "codeql_databases"),
|
||||
packs,
|
||||
debugMode: false,
|
||||
};
|
||||
fs.mkdirSync(util.getCodeQLDatabasePath(config, language), {
|
||||
recursive: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue