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

[Test Coverage] Multiline YAML strings not accounted for in pipelines #2111

Closed
andrewkroh opened this issue Sep 19, 2024 · 1 comment · Fixed by #2063
Closed

[Test Coverage] Multiline YAML strings not accounted for in pipelines #2111

andrewkroh opened this issue Sep 19, 2024 · 1 comment · Fixed by #2063
Assignees
Labels
bug Something isn't working

Comments

@andrewkroh
Copy link
Member

When pipeline YAML source lines are associated to a specific processor, our code does not account for YAML blocks that may span multiple lines. In this case, a script processor that uses a multiline source shows only the line containing the source: as covered but not the entire value.

Image

Image

References

@andrewkroh andrewkroh added the bug Something isn't working label Sep 19, 2024
@jsoriano
Copy link
Member

@haetamoudi is working on this issue in #2063

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants