Conversation
Codecov Report
@@ Coverage Diff @@
## main #34 +/- ##
=======================================
Coverage 91.80% 91.80%
=======================================
Files 1 1
Lines 61 61
=======================================
Hits 56 56
Misses 5 5
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
95f0d79 to
bc53ecf
Compare
|
I do think #32 is related but the functionality it aims to add does not solve the scenario I am trying to solve. For some context which has already been mentioned before, in #32 @fredrikekre mentions
This is exactly the scenario I am trying to tackle through this PR. The files from packages which are I am of the opinion that we need to keep the permissions of the files captured by the |
Current API does not allow to us forcefully use the contents stored in the
Pathobject regardless of whether the path exists or not. This PR enables such use.It is especially useful when the path stored exists but does not have the right permissions.