Closed kazdy closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 87.77%. Comparing base (
869607d
) to head (f772727
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
line 3: syntax error near unexpected token '('
The syntax error near the unexpected token '(') is due to the parentheses being treated as part of the shell's syntax. Enclosing the entire string in quotes should fix it.
fixes: #136
How are the changes test-covered