mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Convert extract-tests option to an official extractor option
This commit is contained in:
@@ -19,3 +19,11 @@ file_types:
|
||||
extensions:
|
||||
- .go
|
||||
legacy_qltest_extraction: true
|
||||
options:
|
||||
extract_tests:
|
||||
title: Whether to include Go test files and functions in the CodeQL database.
|
||||
description: >
|
||||
A value indicating whether Go test files and functions should be included in the CodeQL database.
|
||||
The default is 'false'.
|
||||
type: string
|
||||
pattern: "^(false|true)$"
|
||||
|
||||
Reference in New Issue
Block a user