dist/cache: include paths in error contexts#1611
Conversation
Codecov ReportBase: 30.77% // Head: 30.84% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1611 +/- ##
==========================================
+ Coverage 30.77% 30.84% +0.06%
==========================================
Files 49 49
Lines 16611 16618 +7
Branches 8044 8049 +5
==========================================
+ Hits 5112 5125 +13
+ Misses 6217 6213 -4
+ Partials 5282 5280 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Xuanwo
left a comment
There was a problem hiding this comment.
Thanks for contribution, LGTM!
|
Would it be possible to have tests to cover these errors? |
|
Maybe? What fs abstractions do we have available? FUSE is a possibility, but feels like a lot of code to test error paths. Also doesn't help with Windows at all. |
|
Is there a particular reason to not use |
|
That seemed like a wider-effecting change than the issue was asking for. And given that 0.4.0 is now "one" issue away by milestoned issues…I'd like to see 0.4.0 come out first personally. |
Fixes: #885
In the interest of helping 0.4.0 get finalized :) .