From cf221365c4890b3746636bfa90c6a92e0f912317 Mon Sep 17 00:00:00 2001 From: Kapil Gupta <111856426+mw-kapilg@users.noreply.github.com> Date: Thu, 24 Aug 2023 16:00:52 +0530 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b5ab8e8c..b3e3d6ed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ jobs: - matlab/install - matlab/run-tests: source-folder: code - select-by-folder: tests/ + select-by-folder: tests code-coverage-html: matlabTestArtifacts/coverage # As an alternative to run-tests, you can use run-command to execute a MATLAB script, function, or statement.