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 bind mounts #215

Merged
merged 5 commits into from
Oct 27, 2024
Merged

Fix bind mounts #215

merged 5 commits into from
Oct 27, 2024

Conversation

stv0g
Copy link
Collaborator

@stv0g stv0g commented Oct 27, 2024

Closes #164

@stv0g stv0g added the bug Something isn't working label Oct 27, 2024
@stv0g stv0g self-assigned this Oct 27, 2024
Copy link

codecov bot commented Oct 27, 2024

Codecov Report

Attention: Patch coverage is 36.53846% with 33 lines in your changes missing coverage. Please review.

Project coverage is 49.47%. Comparing base (083af9a) to head (a6ce6f5).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
pkg/network_files.go 31.42% 18 Missing and 6 partials ⚠️
pkg/exec.go 0.00% 6 Missing ⚠️
pkg/network.go 0.00% 0 Missing and 2 partials ⚠️
pkg/base_node.go 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #215   +/-   ##
=======================================
  Coverage   49.47%   49.47%           
=======================================
  Files          68       68           
  Lines        4057     4071   +14     
=======================================
+ Hits         2007     2014    +7     
- Misses       1822     1825    +3     
- Partials      228      232    +4     

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

@stv0g stv0g merged commit 8039818 into main Oct 27, 2024
6 of 7 checks passed
@stv0g stv0g deleted the fix-bind-mounts branch October 27, 2024 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use OverflayFS instead of bind mounts
1 participant