mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-05 05:28:13 +02:00
since the comment file might not be in the PR
files (since it was reverted back to its original state, we manually need to check if it's code related)
This commit is contained in:
@ -344,7 +344,7 @@ def process_pull(
|
||||
("Checking coverage...", _check_coverages),
|
||||
]
|
||||
|
||||
if all(not entry.files[comment.file].is_code_related for comment in entry.comments):
|
||||
if all(not comment.file.endswith(".java") for comment in entry.comments):
|
||||
# if the commented files are all not code related, why bother compiling and testing the code?
|
||||
pbar.update(5)
|
||||
else:
|
||||
|
Reference in New Issue
Block a user