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

refactor: use windows-sys instead of winapi #2233

Closed Berrysoft closed 3 months ago

Berrysoft commented 3 months ago

Closes #2185

codecov-commenter commented 3 months ago

Codecov Report

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

Project coverage is 40.92%. Comparing base (0cc0c62) to head (f43fc14). Report is 66 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2233 +/- ## =========================================== + Coverage 30.91% 40.92% +10.01% =========================================== Files 53 55 +2 Lines 20112 20673 +561 Branches 9755 9803 +48 =========================================== + Hits 6217 8460 +2243 - Misses 7922 8091 +169 + Partials 5973 4122 -1851 ```

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