-
Notifications
You must be signed in to change notification settings - Fork 865
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: make it os compatible. #24040
fix: make it os compatible. #24040
Conversation
path package methods are used for url and unix specific operation. filepath pacakge methods are used for file system operation and cross platform.
Use filepath.Ext for file system extension.
Thank you for your contribution @Gofastasf! We will review the pull request and get back to you soon. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes to storage has introduced regressions like in #24039
- Update findCoverageFile to match exact file names. - Enhance includePreviewPredicate for exact names. - Direct file checking of go.mod. - Removed hardcoded previewSubdir const.
4e0941a
to
ac60429
Compare
@jhendrixMSFT Hey resolved the CI issue. I guess its ready to get merged? |
Do we still need #24039? |
@jhendrixMSFT Closed #24039. |
@benbp Hey can you checkout this PR ? I think its ready to get merged! |
Remove strings.Contains to:
Remove path packge methods: