commit_message_id_coverage | R Documentation |
Calculates the number of commits from the git log which contains the message id.
commit_message_id_coverage(git_log, commit_message_id_regex)
git_log |
a parsed git log table where each row is identified by commit+file |
commit_message_id_regex |
the regex to extract the id from the commit message in the table |
a single numeric value with the number of commits which contains the id
parse_gitlog
to obtain additions and deletions from gitlog
Other metrics:
metric_churn_per_commit_interval()
,
metric_churn_per_commit_per_file()
,
metric_churn()
,
metric_file_bug_churn()
,
metric_file_bug_frequency()
,
metric_file_churn()
,
metric_file_non_bug_churn()
,
metric_file_non_bug_frequency()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.