-
The `flutter test --coverage` run the tests and create a coverage report in `coverage/lcov.info` file.
However the coverage doesn't catch untested files which make it difficult to know the coverage f…
-
```
Currently JsTestDriverCoverage creates reports in LCOV format (or a dat
file), which is easily readable in linux environment. However it is a bit
difficult for Windows environment.
I would lik…
-
```
Currently JsTestDriverCoverage creates reports in LCOV format (or a dat
file), which is easily readable in linux environment. However it is a bit
difficult for Windows environment.
I would lik…
-
```
Currently JsTestDriverCoverage creates reports in LCOV format (or a dat
file), which is easily readable in linux environment. However it is a bit
difficult for Windows environment.
I would lik…
-
```
Currently JsTestDriverCoverage creates reports in LCOV format (or a dat
file), which is easily readable in linux environment. However it is a bit
difficult for Windows environment.
I would lik…
-
I've been trying to use grcov on a C project that uses Meson as a build system and GCC to compile. Meson does out-of-tree builds where binary artifacts are put in a separate build directory eg. `build…
detly updated
5 months ago
-
- [x] build passing
- [ ] coverage - will likely require this https://github.com/albanm/lcov2badge in conjunction with cmocka somehow
- [x] downloads (if possible)
-
**This is a good starter task for Google Summer of Code students!**
I just committed a change that lets us look at code coverage for our test suite.
You'll need to install the Istanbul code coverage…
jvilk updated
9 years ago
-
DrMemory-Windows-1.10.1-3
UnityYAMLMerge.exe 64 bit app
Running through drmemory
Runs fine using plain commandline
I've run drmemory with -coverage and the put it through drcov2lcov and finally used …
-
Hey all,
This was all working a few months ago for me but has recently stopped and keeps throwing :
```
▸ Code Coverage ******/
Caught: java.lang.RuntimeException:
✗ Coverage data not found
☐ To…