mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[coverage] Changed 'none' to 'false' for coverage default
This commit is contained in:
@@ -71,7 +71,7 @@ KNOWN_SETTINGS=(
|
||||
llvm-enable-assertions "1" "enable assertions in LLVM and Clang"
|
||||
swift-build-type "Debug" "the CMake build variant for Swift"
|
||||
swift-enable-assertions "1" "enable assertions in Swift"
|
||||
swift-analyze-code-coverage "not-merged" "Code coverage analysis mode for Swift (none, not-merged, merged). Defaults to none if the argument is not present, and not-merged if the argument is present without a modifier."
|
||||
swift-analyze-code-coverage "not-merged" "Code coverage analysis mode for Swift (false, not-merged, merged). Defaults to false if the argument is not present, and not-merged if the argument is present without a modifier."
|
||||
swift-stdlib-build-type "Debug" "the CMake build variant for Swift"
|
||||
swift-stdlib-enable-assertions "1" "enable assertions in Swift"
|
||||
lldb-build-type "Debug" "the CMake build variant for LLDB"
|
||||
|
||||
Reference in New Issue
Block a user