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

coveragespace

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coveragespace

A place to track your code coverage metrics.

  • 6.1
  • PyPI
  • Socket score

Maintainers
1

Overview

The official command-line client for The Coverage Space.

Build Status Coverage Status Scrutinizer Code Quality PyPI Version PyPI License

Setup

Requirements

  • Python 3.7+

Installation

Install this tool globally with pipx (or pip):

$ pipx install coveragespace

or add it to your Poetry project:

$ poetry add coveragespace

Usage

To update the value for a test coverage metric:

$ coveragespace update <metric>

where <metric> is one of:

  • unit
  • integration
  • overall

For example, after running unit tests with code coverage enabled:

$ coveragespace update unit

which will attempt to extract the current coverage data from your project directory and compare that with the last known value. The coverage value can also be manually specified:

$ coveragespace update <metric> <value>

Keywords

FAQs


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