-
At least with the [python coverage.py](https://coverage.readthedocs.io/en/latest/branch.html), there's an option to enable branch coverage:
This adds attributes like this to the xml, see `branch…
-
## c8 + vitest: Some suites get covered other suites ...dont?
I'm working on modernizing and open-sourcing some platform...
It's test strategy and test suite is built of two layers:
* `test/…
-
Is there any upcoming release planned? I found myself needing to run `lcov_cobertura` on Ubuntu 24.04, which comes with Python 3.12, and I found it doesn't work. This issue was fixed in #51, however t…
-
* **v12.22.5**:
* **macOS 11.5.2**:
I've noticed some inexplicable uncovered branch reports after switching from `nyc` to `c8`. The uncovered branches were the closing braces of async meth…
-
The current version does not seem to give Sonar branch coverage information. This is an important metric that would be nice to have available.
orium updated
8 years ago
-
## Description
Based on the recent test coverage analysis of [ODK-X AndroidLibrary](https://github.com/odk-x/androidlibrary), we've identified several classes that currently lack sufficient test cove…
-
`GpsBatchJobs_start_job` is a vital part of batch job handling in the geopyspark driver, but has a very high tech debt score and zero unit test coverage (I think).
some quick observations
- 500+ l…
-
## Bug Report
Code coverage seems to be 0% for some of the projects, while there is coverage almost 100%.
### Workflow File
```yaml
- name: Test
run: dotnet test --no-build --ve…
-
It would be nice to have the `deno-coverage-ignore` and `deno-coverage-ignore-file` comments which would essentially act the same as all other `deno-*-ignore` comments but for ignoring a specified lin…
-
### Expected Behavior
When running `connectedCheck` in an Android module with code coverage enabled, Jacoco report task (`createDebugAndroidTestCoverageReport`) should wait for the end of Android con…