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

[backend] handle multilines with cmd #2002

Open
wants to merge 19 commits into
base: release/1.10.0
Choose a base branch
from
Open

Conversation

MarineLeM
Copy link
Contributor

Close: #2000

@MarineLeM MarineLeM self-assigned this Dec 5, 2024
Copy link

codecov bot commented Dec 5, 2024

Codecov Report

Attention: Patch coverage is 0% with 19 lines in your changes missing coverage. Please review.

Project coverage is 35.07%. Comparing base (0cf7a0b) to head (7a2a3e7).

Files with missing lines Patch % Lines
...s/rest/inject/service/ExecutableInjectService.java 0.00% 19 Missing ⚠️
Additional details and impacted files
@@                 Coverage Diff                  @@
##             release/1.10.0    #2002      +/-   ##
====================================================
- Coverage             35.11%   35.07%   -0.04%     
  Complexity             1418     1418              
====================================================
  Files                   535      535              
  Lines                 16187    16205      +18     
  Branches               1037     1043       +6     
====================================================
  Hits                   5684     5684              
- Misses                10209    10227      +18     
  Partials                294      294              

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

@MarineLeM MarineLeM marked this pull request as ready for review December 5, 2024 11:19
@MarineLeM MarineLeM linked an issue Dec 5, 2024 that may be closed by this pull request
@damgouj damgouj self-requested a review December 5, 2024 13:07
Copy link
Member

@damgouj damgouj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested with complicated loops and not working, maybe we could try to find a generic way to do like powershell (if it exists for cmd !) ? Thanks !
Capture d’écran 2024-12-06 085942
Capture d’écran 2024-12-06 085649

guillaumejparis and others added 19 commits December 18, 2024 16:46
Co-authored-by: Romuald Lemesle <[email protected]>
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.

Technical payload with cmd and if statement does not work
7 participants