1.0.4 • Published 1 year ago

coveralls-go v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

CircleCI Coverage Status

Coveralls go

Simple node integration for coveralls, currently it only supports jest and circleci

Setup

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

Example usage

Jest

jest --ci --runInBand --coverage && coveralls-go