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

fix: Force disable "warnings as errors" flag for CL preprocessing #2251

Closed AJIOB closed 2 months ago

AJIOB commented 2 months ago

Fix #2250

codecov-commenter commented 2 months ago

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 51.66%. Comparing base (0cc0c62) to head (e2d1eaf). Report is 72 commits behind head on main.

Files with missing lines Patch % Lines
src/compiler/msvc.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2251 +/- ## =========================================== + Coverage 30.91% 51.66% +20.74% =========================================== Files 53 54 +1 Lines 20112 20708 +596 Branches 9755 9781 +26 =========================================== + Hits 6217 10698 +4481 - Misses 7922 8023 +101 + Partials 5973 1987 -3986 ```

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

sylvestre commented 2 months ago

LGTM, thanks