-
Notifications
You must be signed in to change notification settings - Fork 4
Add Code Coverage, Model Coverage and Test results report for HTML #149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
displayName: Run MATLAB tests producing artifacts | ||
inputs: | ||
testResultsJUnit: test-results/matlab/results.xml | ||
testResultsHTML: test-results/matlab/resultsHTML |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as GHA, this is just the folder-based HTML?
grep -q "TestRunner.withTextOutput('OutputDetail', 3)" console.log | ||
grep -q "('OutputDetail', 3)" console.log |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this due to a change to genscript?
{ | ||
"name": "testResultsHTML", | ||
"type": "string", | ||
"label": "HTML test report ", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems potentially misleading if this is the folder-based html report, since when I see report I'd probably expect a file rather than a directory.
Only for testing Tarun's changes