-
Notifications
You must be signed in to change notification settings - Fork 171
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
refactor!: path handling to use std::filesystem
#3308
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3308 +/- ##
=======================================
Coverage 47.31% 47.31%
=======================================
Files 512 512
Lines 30440 30440
Branches 14795 14796 +1
=======================================
Hits 14403 14403
+ Misses 5404 5403 -1
- Partials 10633 10634 +1 ☔ View full report in Codecov by Sentry. |
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.
This looks much more robust. Nice!
Invalidated by push of 995e540
This reverts commit 995e540.
Hmm I wonder: Do we need Same with |
std::filesystem
std::filesystem
sonarcloud: "Use compiler: ༼;´༎ຶ ༎ຶ༽ |
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.
Looks super nice. 😄
Quality Gate passedIssues Measures |
Switch to using
std::filesystem
for path operations to modernize code and improve readability.