-
$ esbmc code_coverage.cpp --unwind 10 --branch-coverage --compact-trace
````C
#include
int main() {
int valve = nondet_int(); // environment
int input = nondet_int(); // user input
wh…
-
## Context
We are improving storybook coverage on `packages/twenty-front/src/modules` which is most of our frontend. This stories catch bugs/regressions in two ways:
- stories comes with **Interac…
-
## Reason 1: Source based
### Example 1
https://elixir.bootlin.com/linux/v6.10-rc7/source/drivers/gpu/drm/drm_buddy.c#L114
GCC gcov report:
```c
-: 105:static struct drm_buddy_bl…
-
Testing #24156
VS Code: latest Insiders on Windows
Virtual environment: conda with Python 3.11.9
I don't see red or green on the line numbers indicating which branches were covered when running test…
-
**Describe the bug**
Currently the JaCoCo parser will prioritize `aggregated branch coverage for methods` over `line coverage` if both are present. There is a high chance on both being present in…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
By `branch coverage` I mean the yellow parts in the line.
![image](https://user-images.githubusercontent.com/11022464/119026389-7b8ebc80-b97b-11eb-8076-ddd720c36c7a.png)
Also having the `I` an…
-
Using this repo https://github.com/graingert/isparta-coverage-error
(npm install && npm test) I get the branch error placed in the wrong location. (It should be on line 8)
![bad_coverage](https://cl…
-
- [x] Complete code changes
- [ ] Unit tests
-
**Context:** [GenericSwapFacet.sol#L62](https://github.com/lifinance/contracts/blob/6ce2ee9e6735831ebcc5069e56df2ca980596fc9/src/Facets/GenericSwapFacet.sol#L62), [GenericSwapFacet.sol#L114](https://g…