Unit test code coverage
11 views (last 30 days)
Show older comments
I have a bunch of unittest files that I run using
runtests(pwd,'IncludeSubfolders', true)
I want to know how can I add the code coverage to that line. I read something about 'ReportCoverageFor'but I couldn't use it.
0 Comments
Answers (1)
Steven Lord
on 23 Jun 2022
Add matlab.unittest.plugins.CodeCoveragePlugin to your test runner as shown on this documentation page.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!