-
| | |
| --- | --- |
| Bugzilla Link | [42110](https://llvm.org/bz42110) |
| Version | trunk |
| OS | Linux |
| CC | @dwblaikie |
## Extended Description
$ cat x.cpp
template
struct C
{
C(T x)
…
def- updated
4 months ago
-
| | |
| --- | --- |
| Bugzilla Link | [28890](https://llvm.org/bz28890) |
| Version | 3.8 |
| OS | Linux |
| Depends On | llvm/llvm-project#26365 |
| CC | @kcc |
## Extended Description
Trying th…
-
Hi, could you please add options like -line-coverage-lt and -line-coverage-gt of llvm-com (https://llvm.org/docs/CommandGuide/llvm-cov.html#cmdoption-llvm-cov-show-line-coverage-lt).
If you gave me…
-
We should run code coverage on statement-distribution and add more tests for branches that aren't already covered.
-
### Describe the bug
I noticed that the displayed coverage isn't always the same as seen in the regular `llvm-cov` output. Already fixed partially locally, but especially the regions for missing in…
-
Performing `cargo llvm-cov test` on a workspace with excluded packages does not properly exclude packages with both main.rs and lib.rs.
The command:
The html output of `cargo llvm-cov test --wor…
-
| | |
| --- | --- |
| Bugzilla Link | [37012](https://llvm.org/bz37012) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @dwblaikie |
## Extended Description
$ cl…
-
| | |
| --- | --- |
| Bugzilla Link | [34277](https://llvm.org/bz34277) |
| Version | trunk |
| OS | Linux |
| CC | @Dor1s |
## Extended Description
Lcov support LCOV_EXCL_LINE and LCOV_EXCL_START…
def- updated
3 months ago
-
| | |
| --- | --- |
| Bugzilla Link | [48162](https://llvm.org/bz48162) |
| Version | trunk |
| OS | Linux |
| Attachments | [Sample files](https://user-images.githubusercontent.com/60944935/1437614…
-
There is a workaround currently to run individual tests and get coverage for them:
```bash
cargo llvm-cov --lcov --output-path lcov.info -- my::super::model::test_name --exact --nocapture
```
…