coverallsapp/github-action

Ability to select version of coverage-reporter

ogenstad opened this issue · 4 comments

Yesterday our CI started to see failures after the release of coverage-reporter v0.3.8 as reported in that repo here, looking through the repo it seems that v0.3.7 resulted in failures of other pipelines

By default for at least Windows and Mac the v2 version of this action downloads either https://github.com/coverallsapp/coverage-reporter/releases/latest/download/coveralls-linux.tar.gz or https://github.com/coverallsapp/coverage-reporter/releases/latest/download/coveralls-windows.zip.

It would be nice if it was possible to pin the version of coverage-reporter that this action would use to ensure that the pipelines can continue to work if bugs are introduced to future versions of coverage-reporter.

@ogenstad Agree this would be a very helpful option. Have added it to our backlog for consideration. Thanks.