Skip to content

Commit 821cb5e

Browse files
committed
debug
1 parent e14c1e8 commit 821cb5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/testResultsSummary.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ export function writeSummary(testResults: MatlabTestFile[][], stats: TestStatist
5555
core.summary
5656
.addHeading('MATLAB Test Results')
5757
.addRaw(header, true)
58-
.addHeading('All tests', 3)
59-
.addRaw(detailedResults, true)
6058
.addRaw(`<b>Assertion failed</b> in TestExamples/testNonLeapYear and it did not run to completion.\n ---------------------\n Framework Diagnostic:\n ---------------------\n assertEqual failed.\n --> The numeric values are not equal using \"isequaln\".\n --> Failure table:\n Actual Expected Error RelativeError\n ______ ________ _____ _____________\n \n 1 2 -1 -0.5 \n \n Actual Value:\n 1\n Expected Value:\n 2\n ------------------\n Stack Information:\n ------------------\n In C:\\Users\\kapilg\\jenkins visualization\\test-results\\jenkins-matlab-plugin\\work\\workspace\\visualization\\tests\\TestExamples.m (TestExamples.testNonLeapYear) at 43`, true)
6159
.addRaw(`<table><tr><td><b>Assertion failed</b> in TestExamples/testNonLeapYear and it did not run to completion.\n ---------------------\n Framework Diagnostic:\n ---------------------\n assertEqual failed.\n --> The numeric values are not equal using \"isequaln\".\n --> Failure table:\n Actual Expected Error RelativeError\n ______ ________ _____ _____________\n \n 1 2 -1 -0.5 \n \n Actual Value:\n 1\n Expected Value:\n 2\n ------------------\n Stack Information:\n ------------------\n In C:\\Users\\kapilg\\jenkins visualization\\test-results\\jenkins-matlab-plugin\\work\\workspace\\visualization\\tests\\TestExamples.m (TestExamples.testNonLeapYear) at 43</td></tr></table>`, true)
60+
.addHeading('All tests', 3)
61+
.addRaw(detailedResults, true)
6262
.write();
6363
} catch (e) {
6464
console.error('An error occurred while adding the test results to the summary:', e);

0 commit comments

Comments
 (0)