We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f4431 commit 21d6053Copy full SHA for 21d6053
buildfile.m
@@ -87,8 +87,8 @@
87
WarningThreshold=0, Results="CodeIssues.sarif");
88
89
plan("coverage") = matlab.buildtool.tasks.TestTask(Description="code coverage", ...
90
- Dependencies="clean", SourceFiles="+stdlib/", ...
91
- Selector=cnomex | cjava, ...
+ Dependencies=["clean", "exe"], SourceFiles="+stdlib/", ...
+ Selector=cnomex | HasTag("java") | HasTag("exe"), ...
92
Strict=false, ...
93
CodeCoverageResults=["code-coverage.xml", "code-coverage.html"]);
94
end
0 commit comments