1.0.4 • Published 3 years ago
coveralls-go v1.0.4
Coveralls go
Simple node integration for coveralls, currently it only supports jest and circleci
Setup
npm install coveralls-goor
yarn add coveralls-goYou need to add REPO_TOKEN environment variable. You can obtain your repo token from coveralls
Example usage
Jest
jest --ci --runInBand --coverage && coveralls-go