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

fix: unused import: std::process::ExitCode #2387

Merged
merged 1 commit into from
Dec 13, 2022

Conversation

haraldh
Copy link
Member

@haraldh haraldh commented Dec 12, 2022

for #[cfg(not(enarx_with_shim))].

Signed-off-by: Harald Hoyer harald@profian.com

@haraldh haraldh requested a review from a team as a code owner December 12, 2022 14:12
@haraldh haraldh requested a review from dpal December 12, 2022 14:12
@enarxbot enarxbot enabled auto-merge (rebase) December 12, 2022 14:13
rvolosatovs
rvolosatovs previously approved these changes Dec 12, 2022
@codecov
Copy link

codecov bot commented Dec 12, 2022

Codecov Report

Merging #2387 (c877f1e) into main (e2f1d1d) will increase coverage by 12.38%.
The diff coverage is 100.00%.

❗ Current head c877f1e differs from pull request most recent head 2340328. Consider uploading reports for the commit 2340328 to get more accurate results

@@             Coverage Diff             @@
##             main    #2387       +/-   ##
===========================================
+ Coverage   47.62%   60.01%   +12.38%     
===========================================
  Files         115      198       +83     
  Lines        8063    12699     +4636     
===========================================
+ Hits         3840     7621     +3781     
- Misses       4223     5078      +855     
Impacted Files Coverage Δ
src/cli/unstable/exec.rs 92.30% <100.00%> (ø)
src/backend/kvm/builder.rs 98.00% <0.00%> (ø)
src/cli/platform/sgx/register.rs 11.11% <0.00%> (ø)
src/cli/unstable/mod.rs 100.00% <0.00%> (ø)
src/drawbridge.rs 37.90% <0.00%> (ø)
src/backend/sgx/ioctls.rs 71.42% <0.00%> (ø)
src/backend/sgx/data.rs 87.50% <0.00%> (ø)
src/cli/package/mod.rs 75.00% <0.00%> (ø)
src/cli/tree/fetch.rs 25.00% <0.00%> (ø)
src/backend/parking.rs 25.00% <0.00%> (ø)
... and 82 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

for `#[cfg(not(enarx_with_shim))]`.

Signed-off-by: Harald Hoyer <harald@profian.com>
@enarxbot enarxbot merged commit d5c5bdd into enarx:main Dec 13, 2022
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.

3 participants