Cleanup views
parent
47bc3efc52
commit
82d37fab80
File diff suppressed because one or more lines are too long
|
@ -29,7 +29,7 @@ class ResultsCheck {
|
|||
);
|
||||
|
||||
// Combine all results into a single run summary
|
||||
const runSummary = new RunMeta('Test Results');
|
||||
const runSummary = new RunMeta(checkName);
|
||||
runs.forEach(run => {
|
||||
runSummary.total += run.total;
|
||||
runSummary.passed += run.passed;
|
||||
|
|
Loading…
Reference in New Issue