lcov-diff 0.1.2

Library to get deltas of lcov coverage files
Documentation
  • Coverage
  • 0%
    0 out of 4 items documented0 out of 3 items with examples
  • Size
  • Source code size: 7.36 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 247.61 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • capgelka/lcov-diff
    23 4 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • capgelka

Crates.io Docs.rs Travis CI Build Status LICENSE

Lcov Diff library

This is a library to create delta of 2 lcov reports which is used by lcov-diff-util crate.

It is implemented as extension trait Diff for lcov::Report lcov crait. A new method diff was added for lcov::Report and it's internal substructures.