Match-Percentage: {{"%.0f"|format((1-(report.head_unmatched|length / report.head_info.total_commit_count)) * 100.0)}} %
BASE | HEAD | |
---|---|---|
ref @ sha | {{report.base_info.ref_name}} @ {{report.base_info.sha[0:7]}} |
{{report.head_info.ref_name}} @ {{report.head_info.sha[0:7]}} |
# commits merge / individual / total |
{{report.base_info.merge_commit_count}} / {{report.base_info.individual_commit_count}} / {{report.base_info.total_commit_count}} |
{{report.head_info.merge_commit_count}} / {{report.head_info.individual_commit_count}} / {{report.head_info.total_commit_count}} |
# additions / deletions | +{{report.head_info.additions}} / -{{report.head_info.deletions}} |
+{{report.base_info.additions}} / -{{report.base_info.deletions}} |
pruned commits (%) | {{report.base_prunes|length}} ({{"%.0f"|format(report.base_prunes|length / report.base_info.total_commit_count * 100.0)}} %) |
{{report.head_prunes|length}} ({{"%.0f"|format(report.head_prunes|length / report.head_info.total_commit_count * 100.0)}} %) |
matched commits (%) | {{report.matches|length}} ({{"%.0f"|format(report.matches|length / report.base_info.total_commit_count * 100.0)}} %) |
{{report.matches|length}} ({{"%.0f"|format(report.matches|length / report.head_info.total_commit_count * 100.0)}} %) |
unmatched commits (%) | {{report.base_unmatched|length}} ({{"%.0f"|format(report.base_unmatched|length / report.base_info.total_commit_count * 100.0)}} %) |
{{report.head_unmatched|length}} ({{"%.0f"|format(report.head_unmatched|length / report.head_info.total_commit_count * 100.0)}} %) |