Crates.io | lcov-diff |
lib.rs | lcov-diff |
version | 0.1.2 |
source | src |
created_at | 2021-09-10 21:59:39.248135 |
updated_at | 2022-12-08 01:12:49.703723 |
description | Library to get deltas of lcov coverage files |
homepage | |
repository | https://github.com/capgelka/lcov-diff |
max_upload_size | |
id | 449493 |
size | 6,055 |
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.