Simple node integration for coveralls, currently it only supports jest and circleci
npm install coveralls-go
or
yarn add coveralls-go
You need to add REPO_TOKEN
environment variable. You can obtain your repo token from coveralls
jest --ci --runInBand --coverage && coveralls-go