-
We have a multi module library in which we are trying to generate the aggregated jacoco report at root level which is provided in gradle 7.4(jacoco-aggregation-plugin), currently we are facing issu…
-
most of the tests in my project are integrations tests run via failsafe. I've configured Jacoco to output reports for both unit tests and integration tests.
When coveralls runs I can see that it's…
-
Wire in jacoco coverage and reports
-
Since daf30a17, the coverage of `assertj-core` went below the [configured ratio](https://github.com/assertj/assertj/blob/8d790b464585c845e9b0717fc5610c2831953297/assertj-core/pom.xml#L379-L383) of 0.9…
-
Please provide the following information:
* Version of JMockit that was used:
-- JMockit 1.49
-- JaCoCo 0.8.3 (newer versions as 0.8.8 are not working with JMockit)
-- Gradle 7.4.2
-- Java 17
…
-
the readme file is pointing to a jacoco batch under .github/badge this dir doesn't exist and needs to be fixed
-
### Expected Behavior
When a subproject specifies a file or pattern to be excluded from the test coverage report (jacocoTestReport), the jacoco-report-aggregation should not include the speci…
-
For the following `src/Example.kt`
```
fun functionWithManyParams(
x00: Int, x01: Int, x02: Int, x03: Int, x04: Int, x05: Int, x06: Int, x07: Int, x08: Int, x09: Int,
x10: Int, x11: Int, x…
-
**Describe the bug**
After unit tests execution and performing jacoco-reporter action with jacoco.xml file produced by jacoco plugin, there's a difference between actual coverage produced by your jac…
-
JaCoCo needs a logo!