coverallsapp/github-action

Don't download coveralls to /usr/local/bin

megheaiulian opened this issue · 1 comments

Even if Github's runner allows this don't download the coveralls binary to /usr/local/bin as this requires permissions elavation.
Instead download it in user's home folder.
That way this action would work with self hosted runners too.

mrexox commented

Hey! Thank you! I've updated the action.yml, now we use a ~/bin for coveralls binary. It's in v2.1.0 and v2 releases now.