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.74k stars 540 forks source link

Add lost feature status #2225

Closed AJIOB closed 2 months ago

AJIOB commented 2 months ago

cargo --help before:

...

Enabled features:
    S3:        true
    Redis:     true
    Memcached: true
    GCS:       true
    GHA:       true
    Azure:     true

cargo --help after:

...

Enabled features:
    S3:        true
    Redis:     true
    Memcached: true
    GCS:       true
    GHA:       true
    Azure:     true
    WebDAV:    true
    OSS:       true
codecov-commenter commented 2 months ago

Codecov Report

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

Project coverage is 40.64%. Comparing base (0cc0c62) to head (1f94ae2). Report is 61 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2225 +/- ## ========================================== + Coverage 30.91% 40.64% +9.73% ========================================== Files 53 53 Lines 20112 20488 +376 Branches 9755 9690 -65 ========================================== + Hits 6217 8327 +2110 - Misses 7922 8090 +168 + Partials 5973 4071 -1902 ```

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

sylvestre commented 2 months ago

thanks