Skip to content

Conversation

@Keno
Copy link
Contributor

@Keno Keno commented Oct 30, 2025

When mount() fails with ENOENT (No such file or directory), provide a descriptive error message that includes:

  • Source and destination paths in the error message
  • System error description (strerror) and errno
  • Helpful hint about checking source path existence

All other mount failures continue to use the generic check() assertion as before, preserving the original error handling behavior for non-ENOENT errors.

This makes debugging missing path issues much easier while maintaining the existing error handling for other failure cases.

🤖 Generated with Claude Code

When mount() fails with ENOENT (No such file or directory), provide
a descriptive error message that includes:
- Source and destination paths in the error message
- System error description (strerror) and errno
- Helpful hint about checking source path existence

All other mount failures continue to use the generic check() assertion
as before, preserving the original error handling behavior for non-ENOENT
errors.

This makes debugging missing path issues much easier while maintaining
the existing error handling for other failure cases.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@codecov
Copy link

codecov bot commented Oct 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.33%. Comparing base (0eefa43) to head (4a9b6ea).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #150      +/-   ##
==========================================
+ Coverage   75.29%   75.33%   +0.03%     
==========================================
  Files           6        6              
  Lines         676      673       -3     
==========================================
- Hits          509      507       -2     
+ Misses        167      166       -1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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