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

cmd: change "llgo run" to use a temp dir for binaries #479

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aofei
Copy link
Member

@aofei aofei commented Jul 9, 2024

Changed "llgo run" to generate binaries in a temp dir instead of GOBIN. The temp dir is automatically removed after execution, mimicking the behavior of "go run".

Changed "llgo run" to generate binaries in a temp dir instead of GOBIN.
The temp dir is automatically removed after execution, mimicking the
behavior of "go run".
Copy link

codecov bot commented Jul 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.53%. Comparing base (b647757) to head (46447dc).
Report is 10 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #479   +/-   ##
=======================================
  Coverage   97.53%   97.53%           
=======================================
  Files          19       19           
  Lines        4454     4454           
=======================================
  Hits         4344     4344           
  Misses         94       94           
  Partials       16       16           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

1 participant