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
{{ message }}
This repository was archived by the owner on Jul 23, 2025. It is now read-only.
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