Skip to content

Commit 4ae5fe7

Browse files
committed
add debug information to post script
1 parent 9d85568 commit 4ae5fe7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .CodeChecker/post_to_github.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ def main(report_path):
139139
print("Error updating check run:", resp.text)
140140
sys.exit(1)
141141

142-
print(f"Updated check run with {len(chunk)} annotations (total {index}/{all_annotations}).")
142+
print(f"Updated check run with {len(chunk)} annotations (total {index}/{all_annotations}). Last chunk: {is_last_chunk}")
143+
print(update_payload)
143144

144145
print("All annotations posted successfully.")
145146

0 commit comments

Comments
 (0)