* [task#135718] add count of yearly add rows in codebase metric.

This commit is contained in:
liyang
2025-01-06 11:15:47 +08:00
committed by 曹延义
parent c8041de5bb
commit da9abc67d7
@@ -108,5 +108,6 @@ class count_of_yearly_add_rows_in_codebase extends baseCalc
$this->getCommitCount($repo, $begin, $end);
}
}
return $this->getRecords(array('repo', 'year'));
}
}