A simple .coverage to LCOV converter
Project description
coveragepy-lcov
coveragepy-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.
Installation
Using pip:
pip install coveragepy-lcov
Usage
# If the .coverage file is in your current working directory
coveragepy-lcov
# Point to a different .coverage file path
coveragepy-lcov --data_file_path example/.coverage
# Write the output to a different file path
coveragepy-lcov --output_file_path build/lcov.info
# Use relative paths in the LCOV output
coveragepy-lcov --relative_path
Options
Usage: coveragepy-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
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
coveragepy-lcov-0.1.2.tar.gz
(6.8 kB
view details)
Built Distribution
File details
Details for the file coveragepy-lcov-0.1.2.tar.gz
.
File metadata
- Download URL: coveragepy-lcov-0.1.2.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.6.15 Linux/5.11.0-1028-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db6ad0d255d3a8041d30e797a9ec69c77c5963694a6b02a00907b56db7b882a3 |
|
MD5 | e859d893d5be04022ca2aa716171f9b2 |
|
BLAKE2b-256 | 10feb61fc3223fcbb19eddd642104b65957768904b42d90f98500e76f43a489a |
File details
Details for the file coveragepy_lcov-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: coveragepy_lcov-0.1.2-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.6.15 Linux/5.11.0-1028-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c1e454ada324a1f47fd7cd2de2c6349b9822cc79691b313ed10370e7ce1b08b |
|
MD5 | 801aefa679778e16bb8e1745ccd7deea |
|
BLAKE2b-256 | 8806041799881505228efdd8916f798211d73ef0950dcd12d2beb2ef596c011a |