You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print("::warning file=\(filePath),line=\(lineNumber),title=\(testName)::Total cost of \(parsedPlan.cost.total)above threshold of \(expectedCost + variation) (within variation)")
223
+
print("::warning file=\(filePath),line=\(lineNumber),title=\(testName)::Total cost of \(parsedPlan.cost.total)close to the threshold of \(expectedCost + variation)")
224
224
}
225
225
default:
226
226
if isRunningInCI {
227
-
print("::error file=\(filePath),line=\(lineNumber),title=\(testName)::Total cost of \(parsedPlan.cost.total) above threshold of \(expectedCost + variation) (incl variation)")
227
+
print("::error file=\(filePath),line=\(lineNumber),title=\(testName)::Total cost of \(parsedPlan.cost.total) above the threshold of \(expectedCost + variation)")
228
228
}
229
229
XCTFail("""
230
-
Total cost of \(parsedPlan.cost.total) above threshold of \(expectedCost + variation) (incl variation)
230
+
Total cost of \(parsedPlan.cost.total) above the threshold of \(expectedCost + variation)
0 commit comments