SwiftyLab / setup-swift

GitHub Action to setup Swift environment
https://github.com/marketplace/actions/setup-swift-environment-for-macos-linux-and-windows
MIT License
8 stars 1 forks source link

feat: added fallback windows installation without caching support #276

Closed soumyamahunt closed 5 months ago

soumyamahunt commented 5 months ago

resolves #244

Description

fallback installation mode will kick in if installation directory couldn’t be determined, disabling caching

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 97.52066% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 92.77%. Comparing base (dc93ecd) to head (2d7bdef).

Files Patch % Lines
src/installer/windows/index.ts 75.00% 1 Missing :warning:
src/installer/windows/installation/fallback.ts 97.50% 1 Missing :warning:
src/installer/windows/installation/index.ts 97.29% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #276 +/- ## ========================================== + Coverage 92.51% 92.77% +0.25% ========================================== Files 31 34 +3 Lines 1015 1079 +64 Branches 147 157 +10 ========================================== + Hits 939 1001 +62 - Misses 76 77 +1 - Partials 0 1 +1 ```

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