cobertura 1.0.4 copy "cobertura: ^1.0.4" to clipboard
cobertura: ^1.0.4 copied to clipboard

Converts LCOV to Cobertura format; the ideal format for GitHub and Azure DevOps.

Cobertura #

A CLI for viewing LCOV files and converting them to Cobertura files, as preferred/required by GitHub and Azure DevOps.

Installation #

dart pub global activate cobertura

Operation #

Check out the examples

Manual Validation #

Need to see the proof yourself? An easy way to manually validate the conversion results is:

# Install pycobertura
pip install pycobertura

# Mode to the directory containing lcov.info
cd <coverage directory>

# Run the show command
cobertura show -i cobertura.xml

# Display conversion results in console
pycobertura show cobertura.xml

You should not notice any differences in the data, the formatting, however, might be a bit different 😉

5
likes
130
pub points
40%
popularity

Publisher

verified publisherdicatania.me

Converts LCOV to Cobertura format; the ideal format for GitHub and Azure DevOps.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

args, cli_badges, collection, meta, path, tint, xml, yaml

More

Packages that depend on cobertura