add toJSONValue encoding

This commit is contained in:
Ernesto Cambuston 2024-07-09 13:21:37 -07:00
parent 0dd28421ba
commit 01953369c4
No known key found for this signature in database
GPG Key ID: 22BDA9CCEB4981AD

View File

@ -640,6 +640,7 @@ extension Scheme.Test: JSONEncodable {
"language": language,
"region": region,
"coverageTargets": coverageTargets.map { $0.reference },
"macroExpansion": macroExpansion
]
if gatherCoverageData != Scheme.Test.gatherCoverageDataDefault {