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

stdin: Handle directory input #73

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Make handling stdin directory unix specific

f21689d
Select commit
Loading
Failed to load commit list.
Open

stdin: Handle directory input #73

Make handling stdin directory unix specific
f21689d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed May 6, 2024 in 1s

75.12% (-0.35%) compared to d922313

View this Pull Request on Codecov

75.12% (-0.35%) compared to d922313

Details

Codecov Report

Attention: Patch coverage is 47.05882% with 18 lines in your changes are missing coverage. Please review.

Project coverage is 75.12%. Comparing base (d922313) to head (f21689d).

Files Patch % Lines
src/params.rs 35.71% 5 Missing and 4 partials ⚠️
src/context_diff.rs 42.85% 2 Missing and 2 partials ⚠️
src/unified_diff.rs 42.85% 2 Missing and 2 partials ⚠️
src/main.rs 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #73      +/-   ##
==========================================
- Coverage   75.46%   75.12%   -0.35%     
==========================================
  Files          10       10              
  Lines        2935     2959      +24     
  Branches      745      754       +9     
==========================================
+ Hits         2215     2223       +8     
- Misses        547      557      +10     
- Partials      173      179       +6     

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