Unit test code coverage

조회 수: 6 (최근 30일)
Mohamed AKI Ahmed
Mohamed AKI Ahmed 2022년 6월 23일
댓글: Chi 2023년 1월 20일
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.

답변 (1개)

Steven Lord
Steven Lord 2022년 6월 23일
Add matlab.unittest.plugins.CodeCoveragePlugin to your test runner as shown on this documentation page.
  댓글 수: 2
Mohamed AKI Ahmed
Mohamed AKI Ahmed 2022년 6월 23일
what's the differance between the test runner and runtests? which one is better to use?
Chi
Chi 2023년 1월 20일
From the documentation page above,
"runner = testrunner creates a default test runner, which is similar to the runner that the testing framework configures by default when you call the runtests function."
The short answer is that a testrunner is more customizable with additional plugins, see Customize Runner to Generate Test Artifact.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Run Unit Tests에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by