pack
pack copied to clipboard
cache: Add support for bind cache
Summary
Add bind cache support to pack
Output
Before
After
Documentation
- Should this change be documented?
- [ ] Yes, see #___
- [x] No
Related
Resolves #1474 Resolves #1473
Codecov Report
Merging #1497 (c0b32c3) into main (a2941f1) will decrease coverage by
0.13%
. The diff coverage is66.67%
.
:exclamation: Current head c0b32c3 differs from pull request most recent head 32dabff. Consider uploading reports for the commit 32dabff to get more accurate results
@@ Coverage Diff @@
## main #1497 +/- ##
==========================================
- Coverage 80.25% 80.12% -0.12%
==========================================
Files 154 155 +1
Lines 10021 10084 +63
==========================================
+ Hits 8041 8079 +38
- Misses 1499 1522 +23
- Partials 481 483 +2
Flag | Coverage Δ | |
---|---|---|
os_linux | 79.89% <66.67%> (-0.12%) |
:arrow_down: |
os_macos | 77.37% <66.67%> (-0.10%) |
:arrow_down: |
os_windows | 80.00% <66.67%> (-0.12%) |
:arrow_down: |
unit | 80.12% <66.67%> (-0.12%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Hey I just noticed the same, thanks for the cleanup!