Closed dweindl closed 10 months ago
Attention: 384 lines
in your changes are missing coverage. Please review.
Comparison is base (
160c2a8
) 88.16% compared to head (b0502cc
) 83.86%. Report is 481 commits behind head on develop.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What does ~/.cache/pip change? The tests cache somewhere else? Or cache less? (for my info)
It's just the directory to be cached. Previously is was all under ~/.cache, now it's only ~/.cache/pip.
We have limit cache size. Only cache what's really relevant.