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
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
coverage-lcov-0.2.4.tar.gz
(7.7 kB
view hashes)
Built Distribution
Close
Hashes for coverage_lcov-0.2.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ceebfc6acec6f0cef457fec60e43ecd582829a5fc79d5f181642b26ed8e30735 |
|
MD5 | f698b02f6c14e5a2d22e9140a6d36d16 |
|
BLAKE2b-256 | 4cb864bd97de341ccc52c54c0bbb6633ff1e0da573d8c74ca46f5f957812c391 |