-
Hello @GaelGirodon,
First of all, let me say that I'm quite happy to have found you GitHub Actions, as it is exactly what I wanted!
But I have an issue about JaCoCo code coverage reporting.
Con…
-
Hey @mannodermaus, I'm trying to create a jacoco report for instrumented junit 5 tests. With applying the `jacoco` plugin and `enableAndroidTestCoverage = true` I can get a report with all classes, bu…
-
Writing tests for tools is important, It's also quite important to be able to verify the test coverage in order to keep track of the covered and uncovered components of the tools.
We employ JaCoCo t…
-
Mutahunter is a great work in my opinion. I hope that after pulling the open-source code from GitHub, I can configure it and make the code run. However, the README page of Mutahunter is the user's ins…
-
### Integration
sentry-android
### Build System
Gradle
### AGP Version
8.5.0
### Proguard
Enabled
### Version
7.14.0
### Steps to Reproduce
(opening on behalf of a customer)
1. Run unit t…
-
**Describe the bug**
When fuzzing generates a large number of `.exec` files, the merge operation fails with the following error:
```
thread 'main' panicked at src/coverage_clients/jacoco.rs:394:14:…
-
### New Issue Checklist
- [x] Updated the plugin to the latest version
- [x] I searched for existing [GitHub issues](https://github.com/insideapp-oss/sonar-apple/issues)
### Issue Descript…
-
**Is your feature request related to a problem? Please describe.**
We should analyze code coverage with JaCoCo on this repository
-
### 👀 Is there an existing issue for this?
- [X] I have searched and didn't find similar issue
### 👍 Current behavior
I get an error when running Keploy on a toy Java project with the following com…
-
### Proposal Details
Currently, the `go test` tool provides line-based coverage reporting. However, branch coverage support is not available, which limits the granularity of test coverage reporting. …