air-verse / air

☁️ Live reload for Go apps
GNU General Public License v3.0
16.32k stars 770 forks source link

fix: `--build.bin` path for windows #590

Open kareemmahlees opened 1 month ago

kareemmahlees commented 1 month ago

closes #589

Changes

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 68.85%. Comparing base (9f85057) to head (350a829). Report is 1 commits behind head on master.

Files Patch % Lines
main.go 0.00% 4 Missing :warning:
runner/config.go 75.00% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #590 +/- ## ========================================== + Coverage 67.12% 68.85% +1.72% ========================================== Files 12 12 Lines 1080 1095 +15 ========================================== + Hits 725 754 +29 + Misses 266 250 -16 - Partials 89 91 +2 ```

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

kareemmahlees commented 1 month ago

I can't test the error case of WithArgs because filepath.Abs's implementation varies by platform.