Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix(windows): handle cmd call error #245

Merged
merged 2 commits into from
Jul 16, 2023

Conversation

johnnychen94
Copy link
Contributor

The current batch script provided by #241 unconditionally returns 0 because there is an endlocal line at the end. This patch fixes it by checking julia exit code and handles it.

The current batch script provided by comonicon#241 unconditionally returns 0 because there is an `endlocal` line at the end. This patch fixes it by checking julia exit code and handles it.
@codecov
Copy link

codecov bot commented May 25, 2023

Codecov Report

Patch coverage has no change and project coverage change: -23.53 ⚠️

Comparison is base (73774f4) 24.35% compared to head (b52cd6b) 0.82%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #245       +/-   ##
==========================================
- Coverage   24.35%   0.82%   -23.53%     
==========================================
  Files          20      20               
  Lines        1581    1573        -8     
==========================================
- Hits          385      13      -372     
- Misses       1196    1560      +364     
Impacted Files Coverage Δ
src/builder/install.jl 0.00% <ø> (-58.34%) ⬇️

... and 10 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Roger-luo Roger-luo merged commit 2589f7d into comonicon:main Jul 16, 2023
10 of 16 checks passed
@johnnychen94 johnnychen94 deleted the patch-3 branch July 17, 2023 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants