A small CLI tool that automatically fixes paths in Cobertura coverage reports
Project description
coverage-fixpaths
A small CLI tool that automatically fixes paths in Cobertura coverage and JUnit test reports.
Usage
$ coverage-fixpaths --source /path/to/source/files --type coverage coverage.xml
$ coverage-fixpaths --source /path/to/source/files --type junit report.xml
This tries to match the filenames in coverage.xml
to the actual files in /path/to/source/files
.
Any common prefix in the coverage report is replaced with a subdirectory of /path/to/source/files
that best matches the file structure in coverage.xml
. Files that do not exist in the source directory
are removed from the coverage report.
The option --source
defaults to .
(i.e. the current working directory).
Installation
pip install coverage-fixpaths
or
conda install -c conda-forge coverage-fixpaths
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
Built Distribution
Close
Hashes for coverage_fixpaths-1.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2734f63e84c44107321a73007f63622119792c10e56f4059268a9ba6f0c88c34 |
|
MD5 | d11a6a8a92736190e9c56b60bd4622d6 |
|
BLAKE2b-256 | 085497be17d53ca24c5225433c22bb3ea04d01f6d0d192e616208079a91e7b25 |