-
is the package going to be upgraded? since some of it's dependencies have been discontinued in pub. e.g `lcov`
-
As an alternative to using `gcov` repeatedly for every source dir / file in our project, we run coverage reports using a combination of `lcov` and `genhtml`. In order to produce reports via Cobertur…
-
The export mode of tool "llvm-cov" for format "lcov" does not combine the branch counts of C++ template functions instantiations.
A preceding discussion describes the issue in detail:
https://dis…
-
Is a configurable lcov path something that is on the horizon?
I am working with a build task that builds coverage for multiple components into a structure similar to:
```
coverage//PhantomJS/
/
/
`…
-
Porting this issue from: https://github.com/hebasto/bitcoin/issues/341.
It's not clear if using our Coverage build type works with Clang, or not. In the linked thread there are simultaneous claims …
-
Took me a while to figure out what was going on. The two are likely parsing paths differently when they shouldn't be.
-
> Once your app is instrumented for coverage, and building, you need to pipe the lcov output to ./node_modules/coveralls/bin/coveralls.js.
Would be awesome if you could share an example.
-
The same example provided in issue #6 shows that also the support for lcov is failing when using the Ninja generator.
```
$ cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DENABLE_COVERAGE=ON ..
$ ninja -…
-
I'm trying to use the lvoc reporter on my project, but there's just no output from nodeunit.
If I invoke nodeunit test only:
```
henvic at henvic-mp in ~/projects/liferay/grunt-cli-config (master●●)…
-
Please provide the following information when submitting an issue, where appropriate replace the `[ ]` with a `[X]`
### My Framework
- [ ] .NET 2
- [ ] .NET 3.5
- [ ] .NET 4
- [ ] .NET 4.5
-…