Fix covreport folder permission
Change-Id: I671c0ddc1cd0632c3d81c9ec68825decc92b065a
This commit is contained in:
@@ -195,6 +195,8 @@ def do_report(args):
|
|||||||
'--show-region-summary=false'
|
'--show-region-summary=false'
|
||||||
] + object_flags + source_dirs)
|
] + object_flags + source_dirs)
|
||||||
|
|
||||||
|
check_output(['chmod', '+rx', temp_dir])
|
||||||
|
|
||||||
print(f'Coverage report data written in {output_dir}')
|
print(f'Coverage report data written in {output_dir}')
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user