Open Saruniks opened 4 months ago
Attention: Patch coverage is 50.00000%
with 18 lines
in your changes missing coverage. Please review.
Project coverage is 40.86%. Comparing base (
0cc0c62
) to head (0923a45
). Report is 66 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
src/config.rs | 51.72% | 2 Missing and 12 partials :warning: |
src/cache/s3.rs | 40.00% | 3 Missing :warning: |
src/cache/cache.rs | 50.00% | 0 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Closes #2164
No breaking changes, because if environment variables (
SCCACHE_AWS_ACCESS_KEY_ID
,SCCACHE_AWS_SECRET_ACCESS_KEY
) or file configuration for credentials are not specified, sccache will try to load credentials from environment (includingAWS_ACCESS_KEY_ID
andAWS_SECRET_ACCESS_KEY
)