node-coveralls icon indicating copy to clipboard operation
node-coveralls copied to clipboard

Run coveralls through docker container

Open hibacha opened this issue 7 years ago • 2 comments

Hi, I was trying to run coveralls through a docker container. It succeeds but it doesn't show the badge and coverage data on github status page for that PR. I ran my build on travis. I passed TRAVIS_JOB_ID and TRAVIS_BRANCH to docker container. But it doesn't work. I wondering which environment variables are required to pass in.

hibacha avatar Mar 11 '18 21:03 hibacha

Try this:

https://github.com/nickmerwin/node-coveralls/blob/9cfb4967c7d80acccd9f06bc890f253953060592/lib/getOptions.js#L20-L26

blaenk avatar May 19 '18 00:05 blaenk

Looks like this is working, thank you @blaenk

jaylenw avatar Dec 29 '18 12:12 jaylenw