Add telemetry for TRAP caching
This commit is contained in:
parent
ca10a6d552
commit
4139682b64
63 changed files with 1195 additions and 126 deletions
1
lib/codeql.test.js
generated
1
lib/codeql.test.js
generated
|
|
@ -76,6 +76,7 @@ ava_1.default.beforeEach(() => {
|
|||
queriesInputCombines: false,
|
||||
},
|
||||
trapCaches: {},
|
||||
trapCacheDownloadTime: 0,
|
||||
};
|
||||
});
|
||||
(0, ava_1.default)("download codeql bundle cache", async (t) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue