-
-
Have a `@Generated` with Retention = Class, in addition of Source on generated builder
It would be great to have a `@Generated` annotation with `@Retention(RetentionPolicy.CLASS)` in the generated …
-
### Steps to reproduce
* JaCoCo version: 0.8.8.20220405071
* Operating system: Mac OS
* Tool integration: Maven
* Complete executable reproducer: https://github.com/morganga/jacoco-bug
* Steps…
-
**Describe the bug**
Error: Unable to locate executable file: pwsh. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. A…
-
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…
-
**Describe the bug**
I get the following error using your action in the (public) repo https://github.com/ralfstuckert/openpdf-markdown
```
Run PavanMudigonda/jacoco-reporter@v5.0
with:
co…
-
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…
-
# Current state
- The project is configured for https://sonarcloud.io via [_gradle/sonarqube.gradle_](https://github.com/EventFahrplan/EventFahrplan/blob/master/gradle/sonarqube.gradle). See https://…
-
In `parse_coverage_report_jacoco()` within `CoverageProcessor`, the variables `lines_covered` and `lines_missed` don’t seem to be used.
- Are `lines_covered` and `lines_missed` specifically meant to…
-
If run in release mode
` mvn release:prepare -Papache-release,apache`
coverage requirements are not meet on my M3 macbook (while they seem to work correctly on GitHub actions).
This issue is…