-
```
What steps will reproduce the problem?
1. Please see the complete files bellow (sorry for long data, but I think it
can be useful)
What is the expected output? What do you see instead?
I should …
-
https://github.com/crytic/echidna#collecting-and-visualizing-coverage
This section should probably show how to leverage the lcov support with a vscode plugin
-
The `flutter test --coverage` command produces an `coverage/lcov.info` file that contains information about the line coverage of your tests. We should be able to visualize that information in Intelli…
-
**Is your feature request related to a problem? Please describe.**
Most coverage tools, or online coverage service (such as codecov.io, coverrals.io) don't understand the HPC coverage format used b…
-
````
mbp:fake_http v7lin$ cat coverage/lcov.info | lcov-server --upload http://localhost:8080/
coverage sent successfully 💚
(node:67694) UnhandledPromiseRejectionWarning: Failed to parse lcov…
-
For some reasone version 4 does not output anything when run like bellow:
V4.0.0 - npx lcov-result-merger "C:\temp\CodeCoverage\**\lcov.info" "C:\Temp\CodeCoverage\lcov.info"
version 3.3.0 works …
-
In case we've subprojects generating multiple *.lcov files, it would be nice to aggregate them in a single `coverage.xml` file
-
We run lcov-result-merger on a remote system, after updating to 5.0.0 we get the following error:
```
[Error: EXDEV: cross-device link not permitted, rename '/tmp/lcov-result-merger-abc/lcov.info'…
-
### Checklist
- [X] I've read the [contribution guidelines](https://github.com/autowarefoundation/autoware/blob/main/CONTRIBUTING.md).
- [X] I've searched other issues and no duplicate issues were…
-
Hey there,
first, thanks for your work, this github action is awesome!
Nevertheless, it would be even more awesome, if one could see code coverage information next to the test reports. Maybe an …