-
As a developer,
I want to have the tests cover more of the code,
so my code coverage metric is higher.
-
Currently with the following configuration:
```
src
src/Api/Doctrine
src/Api/Resource
src/Controller
src/Dep…
-
This tool looks promissing for code coverage https://lib.rs/crates/cargo-llvm-cov.
-
currently the coverage rate is only 34%
-
-
### Feature Description
Improve the code coverage of the `qbraid_qir` package to > 97%
### Implementation (Optional)
_No response_
-
# Overview
Providing a Tractus-X Release Guideline (TRG) for testing code coverage
## Explain the topic in 2 sentences
Providing a Tractus-X Release Guideline (TRG) for static code anal…
-
| --- | --- |
| Bugzilla Link | [517454](https://bugs.eclipse.org/bugs/show_bug.cgi?id=517454) |
| Status | REOPENED |
| Importance | P3 major |
| Reported | May 30, 2017 12:37 EDT |
| Modified |…
-
## Description
CoverageValues is a new sheet/csv file in OED V4. It is there to describe more formally the coverage id and coverage code for all class of business. Historically those informat…
-
Currently, code coverage includes both fuzz and concrete tests. The fuzz tests require that functions are not reverting. That's why we use `assume` and `bound` in them. Thus, they only test for non re…