File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ ClassMethod PyStartWithScope(pCoverageClasses As %List) [ Language = python ]
69
69
# extracts the line number
70
70
line _no = frame .f _lineno
71
71
if class _name in tCoverageClasses and line _no != 1 : # if this is in a covered class
72
- tGlob = iris .gref ('^IRIS .TEMP .TestCoveragePY ') # python doesn 't have macros -- this is $$$PyMonitorResults
72
+ tGlob = iris .gref ('^IRIS .Temp .TestCoveragePY ') # python doesn 't have macros -- this is $$$PyMonitorResults
73
73
# $$$PyMonitorResults(classname , linenumber ) = the number of times that linenumber in that class was covered
74
74
75
75
curCount = tGlob .get ([class _name , line _no ])
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ ROUTINE TestCoverage [Type=INC]
3
3
# define StopTimer If (..Display[" log" ) { Write ($zh- tStartTime)," seconds" }
4
4
# define METRICS " RtnLine" ," Time" ," TotalTime"
5
5
# define TestPathAllTests " all tests"
6
- # define PyMonitorResults ^ IRIS.TEMP .TestCoveragePY
6
+ # define PyMonitorResults ^ IRIS.Temp .TestCoveragePY
You can’t perform that action at this time.
0 commit comments