| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov ReportAttention: Patch coverage is 91.66667% with 3 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## master #1204 +/- ##
==========================================
+ Coverage 91.71% 91.98% +0.26%
==========================================
Files 27 27
Lines 4685 4691 +6
==========================================
+ Hits 4297 4315 +18
+ Misses 388 376 -12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry.
|
Sorry, something went wrong.
There was a problem hiding this comment.
A bit delayed review 😆 Anyway, we should be using pathlib wherever possible, so +1 for this :)
Sorry, something went wrong.
| assert mo_file.exists() | ||
|
|
||
|
|
||
|
|
There was a problem hiding this comment.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This is related to #1202 – the deeply nested os.path.join() would have formatted quite poorly, so it felt like a good idea to unnest it – and then I noticed the refactored codepaths weren't tested...