A place to track your code coverage metrics.
Project description
Overview
The official command-line client for The Coverage Space.
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>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
coveragespace-6.0.2.tar.gz
(9.7 kB
view hashes)
Built Distribution
Close
Hashes for coveragespace-6.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4900e6eac340d2ea8b6f831a75984392eb9090f9d811c94b7f4c9496214d9b5 |
|
MD5 | bc27898cf055368e5369f8dd50859519 |
|
BLAKE2b-256 | 8060168ab8bdaa5faf0e385a23a20359ad2b7eb9893ba8ab2877ab99e482955b |