Closed ch4og closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 3.31%. Comparing base (
03de375
) to head (f17e7d0
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description of change
Now it will add
Cargo.toml
,Cargo.lock
,flake.lock
hashes to cache name so if dependency updates in these files it will know that new cache should be saved.Also since much more caches will be created cause of this it adds auto purge of old unused caches (only Nix ones)
Please let me know if I missed any other files where dependencies can come from
It won't affect build time since when dependency version changes it'll use old partial cache