Cleanup views

pull/97/head
David Finol 2021-02-26 00:47:35 -06:00
parent 47bc3efc52
commit 82d37fab80
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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;