Skip to content

refactor: standardize file permissions to 0644 for data files - #520

Open
luoliwoshang wants to merge 1 commit into
xgo-dev:mainfrom
luoliwoshang:fix/file-permissions
Open

refactor: standardize file permissions to 0644 for data files#520
luoliwoshang wants to merge 1 commit into
xgo-dev:mainfrom
luoliwoshang:fix/file-permissions

Conversation

@luoliwoshang

@luoliwoshangluoliwoshang commented Jul 28, 2025

Copy link
Copy Markdown
Contributor
  • Many files were using os.ModePerm which gives execute permissions (0777) to JSON, config, and source files
  • Data files like .json and .cfg shouldn't have execute permissions

@codecov

codecovBot commented Jul 28, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.20%. Comparing base (3f82aa9) to head (6f5c40f).

Additional details and impacted files
@@ Coverage Diff @@## main #520 +/- ##
=======================================
Coverage 84.20% 84.20% =======================================
Files 27 27 Lines 2747 2747 =======================================
Hits 2313 2313 Misses 391 391 Partials 43 43 

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@luoliwoshang