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

feature/nanocld: introduced process trait #809

Merged
merged 14 commits into from
Jan 9, 2024

remove delete for debug

989a3fa
Select commit
Loading
Failed to load commit list.
Merged

feature/nanocld: introduced process trait #809

remove delete for debug
989a3fa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 9, 2024 in 1s

65.58% (-0.09%) compared to a305a6d

View this Pull Request on Codecov

65.58% (-0.09%) compared to a305a6d

Details

Codecov Report

Attention: 85 lines in your changes are missing coverage. Please review.

Comparison is base (a305a6d) 65.67% compared to head (989a3fa) 65.58%.

Files Patch % Lines
crates/nanocl_stubs/src/process.rs 53.06% 23 Missing ⚠️
bin/nanocld/src/services/process.rs 78.57% 21 Missing ⚠️
crates/nanocld_client/src/process.rs 61.90% 16 Missing ⚠️
bin/nanocld/src/objects/generic/process.rs 91.71% 15 Missing ⚠️
bin/nanocld/src/objects/cargo.rs 71.42% 4 Missing ⚠️
bin/nanocld/src/objects/vm.rs 57.14% 3 Missing ⚠️
bin/nanocld/src/utils/cargo.rs 62.50% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           nightly     #809      +/-   ##
===========================================
- Coverage    65.67%   65.58%   -0.09%     
===========================================
  Files          208      209       +1     
  Lines        13507    13522      +15     
===========================================
- Hits          8871     8869       -2     
- Misses        4636     4653      +17     

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