cobertura 1.0.5 copy "cobertura: ^1.0.5" to clipboard
cobertura: ^1.0.5 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 😉

6
likes
140
points
28.4k
downloads

Publisher

verified publisherdicatania.me

Weekly Downloads

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