coverallsapp / github-action

Coveralls Github Action
https://coveralls.io
MIT License
458 stars 76 forks source link

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

Closed megheaiulian closed 1 year ago

megheaiulian commented 1 year ago

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 1 year ago

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.