-
### Installed product versions
- VS 2019 Community
- Extension 1.1.63
### Description
Unable to hide or remove coverage reports for unnecessary projects
### Steps to recreate
1. Run tests
2…
-
We will have a first 'release' of the merlict-development-kit.
This should contain your most urgent requests which we are busy working on:
- Continuous test-integration with travis
- Measuring …
-
We need a lot of stuff to ensure that the code released is perfectly fine.
To do so, we need the following things set:
- [ ] Travis-CI
- [ ] Linter
- [ ] Style-Checker (Brackets/Whitespace/Cam…
-
I'm a bit unsure where to post this but here goes.
`coverageDataDir + "/scoverage-data/"` doesn't get cached on `pushRemoteCache`. This breaks tests on instrumented code.
Example script below:
…
vlfig updated
3 months ago
-
If I'm using code flagged as internal (sometimes incorrectly, re: #8411), it would be nice to be able to be quite fine-grained with what directories the `InternalClass`, `InternalMethod`, and `Interna…
-
I use the below command to generate coverage report:
```
./bin/syz-cover --kernel_obj /path/to/kernel/out/target/product/xxx/obj/KERNEL_OBJ ./rawcover
```
but it fails:
```
/path/to/kernel/out/t…
-
I have the plugin setup to run so I can get code coverage on my unit tests and also to generate an instrumented jar. Both of these work fine. What I would like to know is how can I combine the results…
-
```
Which device (manufacturer, type)?
HTC Evo (Supersonic)
Which firmware is installed?
2.2
What version of wireless tether are you using?
2.0.5
What steps will reproduce the problem?
While in 4G …
-
This issue will track the approval and stabilization of the attribute `coverage`, needed to give developers a way to "hide" a function from the coverage instrumentation enabled by `rustc -Z instrument…
-
**Is your feature request related to a problem? Please describe.**
It's easy to increase coverage using some testing strategies (eg: [SnapshotTest](https://github.com/syrusakbary/snapshottest)), but …