New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

coveralls-go

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coveralls-go

coveralls node integration

latest
Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
6
500%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 06 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts