We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e57926 commit f8f5a00Copy full SHA for f8f5a00
cls/TestCoverage/Manager.cls
@@ -254,6 +254,7 @@ Method StartCoverageTracking() As %Status [ Private ]
254
set $LIST(tProcessIDs, *+1) = $Job
255
}
256
257
+ set ^IRIS.TEMPCG($i(^IRIS.TEMPCG)) = tProcessIDs
258
Set tMetrics = $ListBuild("RtnLine") _ $Select(..Timing:$ListBuild("Time","TotalTime"),1:"")
259
$$$ThrowOnError(..Monitor.StartWithScope(tRelevantTargets,tMetrics,tProcessIDs))
260
0 commit comments