Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix file permission of non-executable files #718

Merged
merged 1 commit into from
Jan 27, 2022

Conversation

wangruohui
Copy link
Member

Non-executable files should be of file permission 644.
This can be done in Minux of Mac by chmod 644 path_to_tile or in batch by find . -type f | xargs chmod 644 .

@codecov
Copy link

codecov bot commented Jan 27, 2022

Codecov Report

Merging #718 (6b56e49) into master (8043791) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #718      +/-   ##
==========================================
+ Coverage   81.80%   81.81%   +0.01%     
==========================================
  Files         211      211              
  Lines       11896    11896              
  Branches     1912     1912              
==========================================
+ Hits         9731     9733       +2     
+ Misses       1869     1868       -1     
+ Partials      296      295       -1     
Flag Coverage Δ
unittests 81.79% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mmedit/models/backbones/sr_backbones/rrdb_net.py 95.83% <ø> (ø)
...ls/components/stylegan2/generator_discriminator.py 86.14% <0.00%> (+1.20%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8043791...6b56e49. Read the comment docs.

@ckkelvinchan ckkelvinchan merged commit 9e581a8 into open-mmlab:master Jan 27, 2022
Yshuo-Li pushed a commit to Yshuo-Li/mmediting that referenced this pull request Jul 15, 2022
Yshuo-Li pushed a commit to Yshuo-Li/mmediting that referenced this pull request Jul 15, 2022
Sign up for free to 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.

None yet

2 participants