Skip to content

Use filepath.Join when combining filesystem components#611

Merged
rdimitrov merged 4 commits intotheupdateframework:masterfrom
kommendorkapten:windows-path-fix
Feb 22, 2024
Merged

Use filepath.Join when combining filesystem components#611
rdimitrov merged 4 commits intotheupdateframework:masterfrom
kommendorkapten:windows-path-fix

Conversation

@kommendorkapten
Copy link
Copy Markdown
Member

@kommendorkapten kommendorkapten commented Feb 21, 2024

Partly fixes #605

The example-root-signing test should now work on Windows.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Feb 21, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.

Project coverage is 70.51%. Comparing base (171b2e4) to head (208041c).
Report is 25 commits behind head on master.

Files Patch % Lines
metadata/updater/updater.go 0.00% 5 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #611      +/-   ##
==========================================
- Coverage   70.54%   70.51%   -0.04%     
==========================================
  Files          10       10              
  Lines        2122     2123       +1     
==========================================
  Hits         1497     1497              
- Misses        504      505       +1     
  Partials      121      121              

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

@kommendorkapten
Copy link
Copy Markdown
Member Author

tuf client cli test also works on Windows now and some other, only the multi-repo test that is failing now 🎉

Copy link
Copy Markdown
Contributor

@kipz kipz left a comment

Choose a reason for hiding this comment

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

LGTM FWIW

@kommendorkapten
Copy link
Copy Markdown
Member Author

I would recommend merging this, then I'll look at the multi repo test in a new PR.

Copy link
Copy Markdown
Contributor

@rdimitrov rdimitrov left a comment

Choose a reason for hiding this comment

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

🚀

@rdimitrov rdimitrov merged commit 454b121 into theupdateframework:master Feb 22, 2024
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.

Revisit path handling for proper Windows support

4 participants