Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/crazytyper/gotestcover

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/crazytyper/gotestcover

  • v0.0.0-20160912093527-72d99540b871
  • Source
  • Go
  • Socket score

Version published
Created
Source

Go test cover with multiple packages support

A fork of https://github.com/pierrre/gotestcover that integrates https://github.com/wadey/gocovmerge.

Features

  • Coverage profile with multiple packages (go test doesn't support that)
  • Merges coverage profiles
  • Show total coverages and statements
  • Show a hot spot report of the 10 packages containing the most uncovered statements

Install

go get github.com/crazytyper/gotestcover

Usage

gotestcover -coverprofile=cover.out mypackage
go tool cover -html=cover.out -o=cover.html

Run on multiple package with:

  • package1 package2
  • package/...

Some go test / build flags are available.

FAQs

Package last updated on 12 Sep 2016

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc