Skip to content

Commit

Permalink
update detect_changed_modules()
Browse files Browse the repository at this point in the history
  • Loading branch information
sunmou99 committed Aug 29, 2023
1 parent ddd8ec9 commit c098e9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/api_diff_report/icore_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ def detect_changed_modules(changed_api_files):
if v['root_dir'] and v['root_dir'] in file_path:
changed_modules[k] = v
break
elif f'{k}.podspec' in file_path:
changed_modules[k] = v
break

logging.info(f'changed_modules:\n{json.dumps(changed_modules, indent=4)}')
return changed_modules
Expand Down

0 comments on commit c098e9f

Please sign in to comment.