You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And it failed because I assume it's expecting only a single line.
Is there a way to allow it to accept a multiline bash script for generating the coverage report?
Describe the solution you'd like
Allow coverageCommand to be a multiline script.
Describe alternatives you've considered
Seems I have to split it into two separate steps currently since I can't do a multiline script for the coverage command
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I tried using this action with a multiline coverage command like so:
And it failed because I assume it's expecting only a single line.
Is there a way to allow it to accept a multiline bash script for generating the coverage report?
Describe the solution you'd like
Allow coverageCommand to be a multiline script.
Describe alternatives you've considered
Seems I have to split it into two separate steps currently since I can't do a multiline script for the coverage command
Additional context
N/A
The text was updated successfully, but these errors were encountered: