Skip to content
Snippets Groups Projects
Commit 2b747ed3 authored by Federico Felici's avatar Federico Felici
Browse files

improve coverage report span

parent dca9e1a5
No related branches found
No related tags found
No related merge requests found
......@@ -104,8 +104,8 @@ if needCOV
xmlFile = fullfile(projectpath,sprintf('%s_%s_%s_cov.xml',prefix,test_case,suffix));
reportFormat = matlab.unittest.plugins.codecoverage.CoberturaFormat(xmlFile);
end
p = matlab.unittest.plugins.CodeCoveragePlugin.forFolder({tbxpath,fullfile(tbxpath,'mexm'),testspath},...
'IncludingSubfolders',false,'Producing',reportFormat);
p = matlab.unittest.plugins.CodeCoveragePlugin.forFolder({tbxpath},...
'IncludingSubfolders',true,'Producing',reportFormat);
runner.addPlugin(p)
end
if useparallel && paravail
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment