-
Is there any upcoming release planned? I found myself needing to run `lcov_cobertura` on Ubuntu 24.04, which comes with Python 3.12, and I found it doesn't work. This issue was fixed in #51, however t…
-
-
When attempting to install the lcov rpm using yum/dnf, it fails with the following error.
> yum install lcov-2.1-1.noarch.rpm
> ...
...
Running transaction check
Transaction check succeeded.
…
-
It'd be good to have support for lcov.info files. There's a handy [lcov parser](https://www.npmjs.org/package/lcov-parse) on npm that you could use.
-
Hi there,
I would love to use this tool with codecov.io but I think I will need a lcov report, can you tell me what needs to be done than I will try to have a look into it 👍
-
Example repo structure:
```
lib1/coverage/lcov.info
lib1/src/file.ts
lib2/coverage/lcov.info
lib2/src/file.ts
```
Search config
```
**/coverage/lcov.info
```
lcov.info
```lcov
TN:
SF:s…
-
-
Hi, I'm very interested in this library, but I would like to integrate it into existing code coverage tools. Is there any way to export the code coverage to an ubiquitous intermediate format, such as …
-
It would be helpful if the lcov generated reports could generate relative paths. My use case is that I am generating coverage reports from a docker image and then using [VS Code Coverage Gutters](htt…
bkaid updated
3 months ago
-
Using lcov we see for things like
`IF VAR = 0 OR > 10` also a partial coverage = if only one of those branches were taken.
Same for `IF SOMETHING` and the condition was always true (= the block n…