denoland / deno_core

The core engine at the heart of Deno
MIT License
268 stars 87 forks source link

fix: don't create code caches when snapshotting #795

Closed devsnek closed 3 months ago

devsnek commented 3 months ago

I believe this is the solution to https://issues.chromium.org/u/2/issues/348442519 but I'm going to wait for that to play out before merging.

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.68%. Comparing base (0c7f83e) to head (8576e8e). Report is 42 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #795 +/- ## ========================================== + Coverage 81.43% 81.68% +0.24% ========================================== Files 97 97 Lines 23877 24264 +387 ========================================== + Hits 19445 19820 +375 - Misses 4432 4444 +12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.