-
Notifications
You must be signed in to change notification settings - Fork 3
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
Backup pip environment #19
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 0.0.x_dev #19 +/- ##
=============================================
- Coverage 74.46% 73.37% -1.09%
=============================================
Files 17 18 +1
Lines 1488 1589 +101
=============================================
+ Hits 1108 1166 +58
- Misses 380 423 +43 ☔ 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.
Could you use everywhere Path object and not a mix of os and Path! Thx
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.
that's much nicer with Path objects!! still one conversation to resolve about the return type of you function
Related to issue 440 from PyMoDAQ
Classes to create and manage pip environment backup files.