Skip to content

Should show usage without argments #274#409

Open
Devel08 wants to merge 4 commits intouutils:mainfrom
Devel08:fix-274
Open

Should show usage without argments #274#409
Devel08 wants to merge 4 commits intouutils:mainfrom
Devel08:fix-274

Conversation

@Devel08
Copy link
Copy Markdown

@Devel08 Devel08 commented May 3, 2026

resolves #274

@sylvestre
Copy link
Copy Markdown
Contributor

Please add a test to make sure we don't regress in the future? Thanks

@Devel08
Copy link
Copy Markdown
Author

Devel08 commented May 3, 2026

@sylvestre Done, I also changed the test_missing_script_argument test, because it inputted no arguments, thus it was expected to receive --help. It now inputs arguments only for a file, but not a script

@codecov
Copy link
Copy Markdown

codecov Bot commented May 3, 2026

Codecov Report

❌ Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.23%. Comparing base (60243b4) to head (477b2a3).
⚠️ Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
src/sed/mod.rs 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #409      +/-   ##
==========================================
- Coverage   82.29%   82.23%   -0.06%     
==========================================
  Files          13       13              
  Lines        5534     5538       +4     
  Branches      310      311       +1     
==========================================
  Hits         4554     4554              
- Misses        977      981       +4     
  Partials        3        3              
Flag Coverage Δ
macos_latest 82.91% <0.00%> (-0.07%) ⬇️
ubuntu_latest 83.02% <0.00%> (-0.07%) ⬇️
windows_latest 0.00% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@Devel08
Copy link
Copy Markdown
Author

Devel08 commented May 3, 2026

I always forget the cargo fmt :/

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.

Should show usage without argments

2 participants