Closed effigies closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 87.04%. Comparing base (
07cbca5
) to head (56bada5
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Was meaning to get these in before #1989 was merged, but nbd. I saw on https://deno.land/std@0.224.0/path/mod.ts?s=posix that
path.posix
is deprecated. Also, the Windows fixes made me want to go back and clean up the changes I made for OSX. The use of an explicit/tmp
seems like it's asking for trouble, and if we create a temporary directory, things simplify a bit.