From 869dfd22b424573c65c54900a093a139b279b1af Mon Sep 17 00:00:00 2001 From: Prateek Sunal Date: Mon, 7 Jul 2025 06:23:00 +0530 Subject: [PATCH] feat: update PR comment template --- templates/ci/pr_comment.txt | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/templates/ci/pr_comment.txt b/templates/ci/pr_comment.txt index c1b736ff..ae6b5346 100644 --- a/templates/ci/pr_comment.txt +++ b/templates/ci/pr_comment.txt @@ -1,4 +1,5 @@ -CCExtractor CI platform finished running the test files on {{platform}}. Below is a summary of the test results{% if comment_info.last_test_master %}, when compared to test for commit {{ comment_info.last_test_master.commit[:7] }}...{% endif %}: +
+CCExtractor CI platform finished running the test files on {{platform}}. Below is a summary of the test results{% if comment_info.last_test_master %}, when compared to test for commit {{ comment_info.last_test_master.commit[:7] }}...{% endif %}: @@ -18,16 +19,12 @@ {% endfor %}
Report Name
{% if comment_info.extra_failed_tests | length %} -It seems that not all tests were passed completely. This is an indication that the output of some files is not as expected (but might be according to you). - Your PR breaks these cases: -{% else %} -All tests passing on the master branch were passed completely. {% endif %} {% if comment_info.common_failed_tests | length %} NOTE: The following tests have been failing on the master branch as well as the PR: @@ -46,4 +43,12 @@ Congratulations: Merging this PR would fix the following tests: {% endif %}
+
+ +{% if comment_info.extra_failed_tests | length %} +It seems that not all tests were passed completely. This is an indication that the output of some files is not as expected (but might be according to you). +{% else %} +All tests passing on the master branch were passed completely. +{% endif %} + Check the result page for more info.