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: fix symlink handling #4054

Merged
merged 1 commit into from
Apr 19, 2024
Merged

Conversation

ffontaine
Copy link
Contributor

Fix symlink handling added by commit f13f559: if one of the file is a link, filenames list will be updated resulting in the loop ending before all links are removed. To avoid this issue, loop on a copy of filenames.

Fix symlink handling added by commit
f13f559: if one of the file is a link,
filenames list will be updated resulting in the loop ending before all
links are removed. To avoid this issue, loop on a copy of filenames.

Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
@codecov-commenter
Copy link

codecov-commenter commented Apr 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.51%. Comparing base (d6cbe40) to head (4e84c91).
Report is 177 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4054      +/-   ##
==========================================
+ Coverage   75.41%   80.51%   +5.09%     
==========================================
  Files         808      822      +14     
  Lines       11983    12699     +716     
  Branches     1598     1978     +380     
==========================================
+ Hits         9037    10224    +1187     
+ Misses       2593     2053     -540     
- Partials      353      422      +69     
Flag Coverage Δ
longtests 79.88% <100.00%> (+4.46%) ⬆️
win-longtests 78.52% <ø> (?)

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

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

Copy link
Contributor

@terriko terriko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@terriko terriko merged commit 22415d3 into intel:main Apr 19, 2024
22 checks passed
@ffontaine ffontaine deleted the fix-filename-filtering branch April 21, 2024 13:13
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

3 participants