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

tools: support longopts #153

Merged
merged 1 commit into from
Oct 5, 2023
Merged

tools: support longopts #153

merged 1 commit into from
Oct 5, 2023

Conversation

Gottox
Copy link
Owner

@Gottox Gottox commented Oct 5, 2023

This change introduces initial longopts support for the command line tools. It also updates the man pages to reflect the new options.

This change introduces initial longopts support for the command line
tools. It also updates the man pages to reflect the new options.
@sonarcloud
Copy link

sonarcloud bot commented Oct 5, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
36.5% 36.5% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (3977ff2) 60.44% compared to head (5a0a742) 60.44%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #153   +/-   ##
=======================================
  Coverage   60.44%   60.44%           
=======================================
  Files          59       59           
  Lines        4702     4702           
  Branches      708      708           
=======================================
  Hits         2842     2842           
  Misses       1455     1455           
  Partials      405      405           
Files Coverage Δ
tools/src/ls.c 33.91% <100.00%> (ø)
tools/src/cat.c 41.17% <0.00%> (ø)
tools/src/stat.c 0.00% <0.00%> (ø)
tools/src/unpack.c 30.85% <0.00%> (ø)
tools/src/xattr.c 0.00% <0.00%> (ø)

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

@Gottox Gottox merged commit 12eda2c into main Oct 5, 2023
23 of 25 checks passed
@Gottox Gottox deleted the improve/longopts branch November 21, 2023 14:59
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