Socket
Socket
Sign inDemoInstall

coveragespace

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    coveragespace

A place to track your code coverage metrics.


Maintainers
1

Readme

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 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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc