lcov-diff 0.1.2

Library to get deltas of lcov coverage files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "lcov-diff"
version = "0.1.2"
authors = ["Leonid Dyachkov <LDyach@yandex.ru>"]
description = "Library to get deltas of lcov coverage files"
readme = "README.md"
keywords = ["lcov", "coverage", "diff"]
categories = ["parsing"]
repository = "https://github.com/capgelka/lcov-diff"
edition = "2018"
license = "MIT"


[dependencies]
lcov = "0.8"