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

Only restore file permissions on Linux #707

Merged
merged 2 commits into from
Dec 14, 2023

Conversation

Javagedes
Copy link
Contributor

The file permissions issue that was fixed via #608 was specifically targeting Linux systems (as seen in the tests, that only test for Linux), however the permissions fix-up was applied regardless of operating system. This change ensures that the fixup is only applied on Non windows systems.

@Javagedes Javagedes added this to the 0.26.3 milestone Dec 14, 2023
@Javagedes Javagedes added the bug Something isn't working label Dec 14, 2023
Copy link

codecov bot commented Dec 14, 2023

Codecov Report

Merging #707 (4722240) into master (18d44eb) will decrease coverage by 1.18%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #707      +/-   ##
==========================================
- Coverage   78.73%   77.56%   -1.18%     
==========================================
  Files          49       49              
  Lines        4852     4853       +1     
==========================================
- Hits         3820     3764      -56     
- Misses       1032     1089      +57     
Files Coverage Δ
...2toolext/environment/extdeptypes/web_dependency.py 92.94% <100.00%> (+0.08%) ⬆️

... and 5 files with indirect coverage changes

@Javagedes Javagedes merged commit 5289289 into tianocore:master Dec 14, 2023
24 of 25 checks passed
@Javagedes Javagedes deleted the restore-permissions-linux-only branch December 14, 2023 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants