diff --git a/tools/tests/+matboxtools/+unittest/TasksTest.m b/tools/tests/+matboxtools/+unittest/TasksTest.m index 74b222a..b0d4a9a 100644 --- a/tools/tests/+matboxtools/+unittest/TasksTest.m +++ b/tools/tests/+matboxtools/+unittest/TasksTest.m @@ -25,9 +25,11 @@ function testCodecheckToolbox(testCase) pathStr = matboxtools.projectdir(); copyfile(pathStr, pwd); - % Todo: Add test for saving badge and report + matbox.tasks.codecheckToolbox(pwd, ... - "CreateBadge", true, "SaveReport", false) + "CreateBadge", false, "SaveReport", false); + + % Todo: Add test for saving badge and report testCase.verifyTrue(isfolder(fullfile(pwd, "docs", "reports"))) end