python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
mvn reports does not generate jacoco/surefire/findbugs reports
Initial question : "I'm a beginner in java programming and i'm a bit lost.
I've issues with my current project. Indeed, I try to generate reports with the command mvn site but it seems that some ...
Azu
Votes: 0
Answers: 0
Problem running app with testCoverage enabled and jacoco
I have an Android project which is a library and this library comes with its own demo project, as usual.
The library is not developed by me, but I have the code.
If I compile the demo project, with th...

Sergio76
Votes: 0
Answers: 1
What should be the value of address argument when using jacocoagent.jar in tcpserver mode
We are trying to find code coverage of our java services using automation tests that are written in Python. We want to use jacoco for recording the coverage data using on-the-fly instrumentation.
Deta...
Saurabh Rai
Votes: 0
Answers: 1
How to test Jackson CsvSchema library?
I would like to do a unit test of this example here:
https://huongdanjava.com/convert-json-to-csv-using-jackson-library.html
I'm new to unit testing I don't understand much about it.
I would like to t...
MJr0019
Votes: 0
Answers: 0