1.0.0
Mirror of https://gitlab.com/zookatron/lcov_cobertura
Attributes
Includes Deno configuration
Repository
Current version released
3 years ago
Versions
LCOV to Cobertura XML Converter
Converts code coverage report files in LCOV format to Cobertura’s XML report format so that CI servers like Jenkins can aggregate results and determine build stability etc.
This project is based on https://github.com/eriwen/lcov-to-cobertura-xml, if you like this project please consider supporting that one as well.
Installing
deno install --allow-read --allow-write https://deno.land/x/lcov_cobertura/mod.tsUse without installing
deno run --allow-read --allow-write https://deno.land/x/lcov_cobertura/mod.tsUsage
Options
Usage: lcov_cobertura <file>
Options:
-h, --help - Show this help.
-V, --version - Show the version number for this program.
-b, --base-dir <baseDir> - Directory where source files are located (Default: ".")
-e, --excludes <excludes> - Comma-separated list of regexes of packages to exclude
-o, --output <output> - Path to store Cobertura XML fileAttribution
Repository icon created by mavadee and distributed by Flaticon