File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
.github/workflows/scripts Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -112,11 +112,11 @@ def main() -> int:
112112 print (f"Error querying coverage database: { e } " , file = sys .stderr )
113113 return 1
114114
115- # Also include any test files that were directly changed/added in the PR
116- changed_test_files = get_changed_test_files (changed_files )
117- if changed_test_files :
118- print (f"Including { len (changed_test_files )} directly changed test files" )
119- affected_test_files .update (changed_test_files )
115+ # Also include any test files that were directly changed/added in the PR
116+ changed_test_files = get_changed_test_files (changed_files )
117+ if changed_test_files :
118+ print (f"Including { len (changed_test_files )} directly changed test files" )
119+ affected_test_files .update (changed_test_files )
120120
121121 print (f"Found { len (affected_test_files )} affected test files" )
122122
You can’t perform that action at this time.
0 commit comments