FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: Create output directory if it does not exist by fxwiegand · Pull Request #389 · alignoth/alignoth · GitHub

fix: Create output directory if it does not exist - #389

Merged
fxwiegand merged 1 commit into
mainfrom
fxwiegand-patch-1
Oct 27, 2025
Merged

fxwiegand merged 1 commit into
mainfrom
fxwiegand-patch-1

Conversation

Copy link
Copy Markdown
Collaborator

This pull request adds a check to ensure the output directory exists before writing output files. If the directory specified by opt.output does not exist, it will now be created automatically.

  • Output Handling:
    • In src/main.rs, added logic to check if the output directory exists and create it if it does not, ensuring downstream operations do not fail due to missing directories.

fxwiegand merged commit 43a3c12 into main Oct 27, 2025
6 checks passed
fxwiegand deleted the fxwiegand-patch-1 branch October 27, 2025 14:47

Copy link
Copy Markdown

⚠️ Please install the to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 50.54%. Comparing base (5ee060f) to head (51bcaa8).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/main.rs 0.00% 2 Missing ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #389      +/-   ##
==========================================
- Coverage   50.69%   50.54%   -0.16%     
==========================================
  Files           6        6              
  Lines         645      647       +2     
==========================================
  Hits          327      327              
- Misses        318      320       +2     

☔ 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.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

2 participants


Back | FazBrowse Home | New Git URL