Update examples.md to use ZipArchives#1158
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1158 +/- ##
=======================================
Coverage 90.59% 90.59%
=======================================
Files 9 9
Lines 2319 2319
=======================================
Hits 2101 2101
Misses 218 218 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
When I review the updated example, I fail to find where the file has been closed after the Am I missing something? Edit: Perhaps the ZipArchives documentation is wrong or I don't understand it, because when I try to close this construct the |
I don't think ZipFile.jl is being maintained anymore, so I am updating the example to use ZipArchives.jl
This should also fix @JakeZw 's issue in fhs/ZipFile.jl#109