Merge "Fix covreport folder permission" into main

This commit is contained in:
Elliott Hughes
2023-09-11 17:38:45 +00:00
committed by Gerrit Code Review

View File

@@ -195,6 +195,8 @@ def do_report(args):
'--show-region-summary=false'
] + object_flags + source_dirs)
check_output(['chmod', '+rx', temp_dir])
print(f'Coverage report data written in {output_dir}')