Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Should all the Java files or classes in my application be added to JCover project to perform coverage analysis?

0
Posted

Should all the Java files or classes in my application be added to JCover project to perform coverage analysis?

0

Although JCover does not require this, you would normally include the entire application source (or classes) so that coverage information for the whole project is gathered by JCover. The short answer is, if you want JCover to generate coverage data for a set of classes, Java sources (or classes) for those classes must be added to JCover project.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123