heitorpolidoro / bartholomew-smith

Lines not covered in tests TCV-001
Coverage
Critical
3 months ago8 months old
Lines not covered in tests
27    check_suite = event.check_suite
28    is_default_branch = head_branch == repository.default_branch
29    if check_suite.before == "0000000000000000000000000000000000000000":
30        check_run.update(title="First commit", conclusion=CheckRunConclusion.SUCCESS)31        return32    if is_default_branch:
33        commits = repository.compare(check_suite.before, check_suite.after).commits.reversed
34    else: