-
Currently the following functions are untested as shown by test coverage:
- [ ] `a_mul_kron_b!`,
- [ ] `kron_at_kron_b_mul_c!`, and
- [ ] the second signature of `At_mul_B!` (which is called in t…
-
`c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --exclude 'test/**' --exclude 'micromark/**' npm test`
Failing CI run for this change due to lack of 100% coverage for…
-
I'm trying to run the tests with `make test`, and most of then run fine, but
there seems to be something wrong with these three files:
```
File failed to load correctly: ./tests/test-subed-mpv.el
Tr…
-
While integrating Bazel's coverage reporting with VS Code's new coverage support (see https://github.com/bazelbuild/vscode-bazel/pull/366), I came across a couple of potential smaller UI/U…
-
* **I'm submitting a**
- [x] bug report
* **What is the current behavior?**
when I run Istanbul code coverage using:
`ng test --source-map --code-coverage`
tests do not return exit code 1 on …
-
Generate a detailed timeline of game releases, branch forks etc.
Need a database to reduce redundant entries & speed up editing
Timeline entries should be full of links to branch_scripts, coverage st…
-
When I test Octave functions, the coverage report works well. but if I test classes (both with the old '@' syntax or the newer classdef) the tests run successfully but the report is empty:
```xml
…
-
![image](https://user-images.githubusercontent.com/68751397/227253087-39d25da0-fee4-41bb-a261-77844c6aae07.png)
-
When using `esbuild-jest` to transpile ts to commonjs and running jest --coverage certain branches are shown as not covered. Using babel to transpile and run the tests shows the correct coverage.
W…
-
As mentioned in pull-request #2385, `cv32e40p/tb/uvmt/uvmt_cv32e40p_tb_ifs.sv` (on the **cv32e40p/dev** branch) has become very large, containing eight SV-interfaces and several of these interfaces su…