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
warning("testframework:CodeCoverageSummaryPlugin:UnableToOpenFile","Unable to open a file required to create the table of code coverage. (Cause: %s)", msg);
71
+
warning("testframework:CodeCoverageSummaryPlugin:UnableToOpenFile","Unable to open a file required to show code coverage data. (Cause: %s)", msg);
77
72
else
78
73
closeFile = onCleanup(@()fclose(fID));
79
74
fprintf(fID, '%s', JsonCoverageResults);
80
75
end
81
76
catche
82
-
warning("testframework:TestResultsSummaryPlugin:UnableToJsonEncode","Unable to jsonencode test results data. (Cause: %s)", e.message);
77
+
warning("testframework:CodeCoverageSummaryPlugin:UnableToJsonEncode","Unable to jsonencode code coverage data. (Cause: %s)", e.message);
0 commit comments