Skip to content

Commit

Permalink
add toJSONValue encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
erneestoc committed Jul 9, 2024
1 parent 0dd2842 commit 0195336
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/ProjectSpec/Scheme.swift
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ extension Scheme.Test: JSONEncodable {
"language": language,
"region": region,
"coverageTargets": coverageTargets.map { $0.reference },
"macroExpansion": macroExpansion
]

if gatherCoverageData != Scheme.Test.gatherCoverageDataDefault {
Expand Down

0 comments on commit 0195336

Please sign in to comment.