mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-24 16:10:41 +01:00
Turn off code coverage because it was making the build fail.
This commit is contained in:
parent
72ba1274a4
commit
fcfe8435a9
@ -51,28 +51,6 @@
|
|||||||
default = "YES">
|
default = "YES">
|
||||||
</TestPlanReference>
|
</TestPlanReference>
|
||||||
</TestPlans>
|
</TestPlans>
|
||||||
<Testables>
|
|
||||||
<TestableReference
|
|
||||||
skipped = "NO">
|
|
||||||
<BuildableReference
|
|
||||||
BuildableIdentifier = "primary"
|
|
||||||
BlueprintIdentifier = "849C64701ED37A5D003D8FC0"
|
|
||||||
BuildableName = "NetNewsWireTests.xctest"
|
|
||||||
BlueprintName = "NetNewsWireTests"
|
|
||||||
ReferencedContainer = "container:NetNewsWire.xcodeproj">
|
|
||||||
</BuildableReference>
|
|
||||||
</TestableReference>
|
|
||||||
<TestableReference
|
|
||||||
skipped = "NO">
|
|
||||||
<BuildableReference
|
|
||||||
BuildableIdentifier = "primary"
|
|
||||||
BlueprintIdentifier = "AccountTests"
|
|
||||||
BuildableName = "AccountTests"
|
|
||||||
BlueprintName = "AccountTests"
|
|
||||||
ReferencedContainer = "container:Account">
|
|
||||||
</BuildableReference>
|
|
||||||
</TestableReference>
|
|
||||||
</Testables>
|
|
||||||
</TestAction>
|
</TestAction>
|
||||||
<LaunchAction
|
<LaunchAction
|
||||||
buildConfiguration = "Debug"
|
buildConfiguration = "Debug"
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"defaultOptions" : {
|
"defaultOptions" : {
|
||||||
|
"codeCoverage" : false,
|
||||||
"testTimeoutsEnabled" : true
|
"testTimeoutsEnabled" : true
|
||||||
},
|
},
|
||||||
"testTargets" : [
|
"testTargets" : [
|
||||||
@ -26,14 +27,6 @@
|
|||||||
"identifier" : "AppKitExtrasTests",
|
"identifier" : "AppKitExtrasTests",
|
||||||
"name" : "AppKitExtrasTests"
|
"name" : "AppKitExtrasTests"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"parallelizable" : true,
|
|
||||||
"target" : {
|
|
||||||
"containerPath" : "container:Parser",
|
|
||||||
"identifier" : "ParserTests",
|
|
||||||
"name" : "ParserTests"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version" : 1
|
"version" : 1
|
||||||
|
Loading…
Reference in New Issue
Block a user