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

Use filepath.Join when combining filesystem components #611

Merged
merged 4 commits into from
Feb 22, 2024

Conversation

kommendorkapten
Copy link
Member

@kommendorkapten kommendorkapten commented Feb 21, 2024

Partly fixes #605

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

@codecov-commenter
Copy link

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
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
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
Member Author

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

Copy link
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
22 of 23 checks passed
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