mozilla / sccache

Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.
Apache License 2.0
5.85k stars 552 forks source link

feat: Add possibility to configure key prefix and expiration time from env (Redis, MemCached) #2094

Closed AJIOB closed 8 months ago

AJIOB commented 9 months ago
AJIOB commented 9 months ago

Hi @Xuanwo,

Looks like we have some test data races or the compiler bug, isn't it?

Let's try to restart the failed build.

codecov-commenter commented 9 months ago

Codecov Report

Attention: 34 lines in your changes are missing coverage. Please review.

Comparison is base (7248d18) 30.77% compared to head (b0332ca) 30.83%.

Files Patch % Lines
src/config.rs 8.10% 25 Missing and 9 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2094 +/- ## ========================================== + Coverage 30.77% 30.83% +0.06% ========================================== Files 52 52 Lines 19944 19940 -4 Branches 9658 9654 -4 ========================================== + Hits 6137 6148 +11 + Misses 7942 7938 -4 + Partials 5865 5854 -11 ```

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

AJIOB commented 8 months ago

@Xuanwo , let's merge it?