mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Add "tests" fields to test qlpacks
This will allow `codeql resolve tests --ignore-dubious-cases` (and thus the VSCode extension) to recognize all `.ql` files in those packs as test cases, even if they don't have accompanying `.expected` files. CLI versions prior to 2.1.0 will choke on this, but it's almost 10 months since that came out.
This commit is contained in:
@@ -2,3 +2,4 @@ name: codeql-javascript-tests
|
||||
version: 0.0.0
|
||||
libraryPathDependencies: codeql-javascript
|
||||
extractor: javascript
|
||||
tests: .
|
||||
|
||||
Reference in New Issue
Block a user