A simple .coverage to LCOV converter
Project description
coverage-lcov
coverage-lcov
is a simple CLI for converting .coverage
files generated by Coverage.py to the LCOV
format.
Credits
- This tools is based on code from Coverage.py
- This tool is forked from coveragepy-lcov by Chay Choong to add support for older python versions.
Installation
Using pip:
pip install coverage-lcov
Usage
# If the .coverage file is in your current working directory
coverage-lcov
# Point to a different .coverage file path
coverage-lcov --data_file_path example/.coverage
# Write the output to a different file path
coverage-lcov --output_file_path build/lcov.info
# Use relative paths in the LCOV output
coverage-lcov --relative_path
Options
Usage: coverage-lcov [OPTIONS]
Options:
--data_file_path TEXT Path to .coverage file
--output_file_path TEXT lcov.info output file path
--config_file TEXT Path to .coveragerc file
--relative_path Use relative path in LCOV output
--preview Preview LCOV output
--help Show this message and exit.
Further reading
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
coverage-lcov-0.3.0.tar.gz
(8.1 kB
view details)
Built Distribution
File details
Details for the file coverage-lcov-0.3.0.tar.gz
.
File metadata
- Download URL: coverage-lcov-0.3.0.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.10 CPython/3.6.15 Linux/5.15.0-1064-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b352da0c72eacd555de2e10fa75ec165b8849ab6827218abc3ef6be2ec861f6 |
|
MD5 | 55cabf041f944a07e013eb782bd55d91 |
|
BLAKE2b-256 | 5987e4d30c4b9461db4dae0f62ff7e375a1adffdd9f3354bacf19319ee6cfd88 |
File details
Details for the file coverage_lcov-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: coverage_lcov-0.3.0-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.10 CPython/3.6.15 Linux/5.15.0-1064-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23ae34a535f1ed3fa4cdf9682f6c1fe1a40aa98c94aa05614512dbf2da82e749 |
|
MD5 | efabad385ede164ae3e2a05d5b7e9a55 |
|
BLAKE2b-256 | 7ae2100f07ab0796511e2c119a8a0519d57c4dd3e215aa532b7022a5df13c6a9 |