v5: Requires curl
and jq
#1731
Labels
documentation
Improvements or additions to documentation
Medium
Medium Priority Issues (to be fixed or re-evaluated in 3 months
Similar to #349, v5 now requires
curl
andjq
. IMHO this should either be documented somewhere (especially in the migration guide) or be installed automatically (if needed) by the action.If this action is used e.g. inside a docker container (like in the following case), these tools might not be installed.
Logs: https://github.com/sersoft-gmbh/route-docs/actions/runs/12462193284/job/34782791963?pr=181
Snippet showing the execution of the codecov-action
Extract:
Also, it might be a good idea to check for failures or use
set -e
in bash to prevent the command from continuing.The text was updated successfully, but these errors were encountered: