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

Use "symfony/process" for command argument escaping #146

Merged
merged 1 commit into from
Mar 30, 2024

Conversation

aik099
Copy link
Member

@aik099 aik099 commented Mar 30, 2024

No description provided.

Copy link

codecov bot commented Mar 30, 2024

Codecov Report

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

Project coverage is 51.82%. Comparing base (1a13e5c) to head (29c5579).

Files Patch % Lines
src/SVNBuddy/Command/MergeCommand.php 0.00% 17 Missing ⚠️
src/SVNBuddy/Command/CommitCommand.php 0.00% 6 Missing ⚠️
src/SVNBuddy/Command/UpdateCommand.php 0.00% 5 Missing ⚠️
src/SVNBuddy/Repository/Connector/Connector.php 73.33% 4 Missing ⚠️
src/SVNBuddy/Application.php 0.00% 1 Missing ⚠️
src/SVNBuddy/Command/CleanupCommand.php 0.00% 1 Missing ⚠️
src/SVNBuddy/Command/RevertCommand.php 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #146      +/-   ##
============================================
+ Coverage     51.73%   51.82%   +0.09%     
- Complexity     1277     1279       +2     
============================================
  Files            78       78              
  Lines          5401     5405       +4     
============================================
+ Hits           2794     2801       +7     
+ Misses         2607     2604       -3     

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

@aik099 aik099 merged commit 5776998 into console-helpers:master Mar 30, 2024
8 of 9 checks passed
@aik099 aik099 deleted the use-symfony-process-escaping branch March 30, 2024 16:31
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