Skip to main content
Advice
0 votes
0 replies
29 views

root pom.xml file <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>0.8.11</version> <...
Nidhi257's user avatar
  • 997
Advice
2 votes
4 replies
103 views

I am packaging my Spring Boot App with the Spring Boot gradle plugin. tasks.bootBuildImage { builder.set("paketobuildpacks/builder-jammy-full:latest") imageName.set(devImageName) ...
Janning Vygen's user avatar
0 votes
0 answers
64 views

I have a Maven Multi-Module Build. This works fine in the Azure Build Pipeline. Now I try to add CodeCoverage Report. For that I added this to my azure-pipelines.yml - task: PublishCodeCoverageResults@...
user286974's user avatar
0 votes
0 answers
45 views

I am trying to generate Jacoco report for Android kotlin based project. I am using Android Emulator for running androidTests and generate ec file for coverage. But facing following issue all the time. ...
Gaurav Rawal's user avatar
0 votes
1 answer
129 views

The source code is here: https://github.com/yvasyliev/telegram-forwarder-bot/tree/feature/multimodule I have a Gradle multi module project. The sub-modules are: telegram-forwarder-bot (a console ...
Yevhen Vasyliev's user avatar
1 vote
1 answer
94 views

I want to use IntelliJ IDEA Ultimate's "Run with Coverage" on a Spring Boot app to see which lines are executed during manual testing (e.g., hitting an endpoint with Postman). My goal is to ...
jam's user avatar
  • 539
0 votes
1 answer
66 views

We are using the Jacoco maven plugin to generate the code coverage for some Quarkus project. It has worked fine so far, but recently we have had some occurrences of an intermittent issue on some of ...
Pampa Nello's user avatar
0 votes
1 answer
46 views

I have a repository with multiple projects. There is a project which has all the 'integration-tests' in it. The 'integration-tests' project runs as follows: Checks if a service is up. If service is ...
Noel's user avatar
  • 83
0 votes
1 answer
29 views

How to add exclusions in gitlab pipeline using jacoco with ant for code coverage of java in gitlab? we are not using sonar. Is there any direct command/property to add exclusions in gitlab? just ...
amu's user avatar
  • 1
-1 votes
1 answer
89 views

We have a multi-module Java Maven project structured like this: parent ├── child-1 ├── child-2 └── common There is no code in the parent, and the code and tests are mostly in common. We want to ...
John Little's user avatar
  • 12.8k
0 votes
0 answers
54 views

I know I can exclude classes from the Jacoco report via the application.properties with quarkus.jacoco.excludes but is there a way to exclude it with the configuration you can set via jacoco maven ...
Nico's user avatar
  • 139
0 votes
0 answers
43 views

I am generating an aggregated jacococ coverage report in a Maven module project like below <build> <plugins> <plugin> <groupId>org.jacoco<...
tuk's user avatar
  • 6,954
0 votes
0 answers
88 views

Environment Bitbucket Data Center v8.17.0 Bamboo 8.2.9 SonarQube v2025.1.1 Current Setup Hi Atlassian Community! I currently have the following workflow implemented: Create Pull Requests in ...
Alex's user avatar
  • 13
0 votes
0 answers
41 views

I am writing Unit test for usecase in kotlin but don't know how to cover missing branch. // ConnectFTPUseCaseImpl // ConnectFTPUseCase interface ConnectFTPUseCase { suspend fun connect(): Result&...
cuong nguyen's user avatar
0 votes
0 answers
114 views

Good afternoon, I'm testing a microservice with Junit and Mockito in Quarkus (a Java framework). I'm also using Jacobo for Covegare. However, the EventRepositoryImplTest class, which simulates ...
Cesar Justo's user avatar

15 30 50 per page
1
2 3 4 5
129