Questions tagged [jacoco]

JaCoCo is a powerful tool for analyzing code coverage. It operates as a JVM Agent, eliminating the need for offline instrumentation.

Getting the percentage of code coverage in Selenium tests in relation to the web application code

I need to track the code coverage of my selenium tests in relation to the source code of the server (web application source code) that they cover. For instance, I want the tests for the login feature to measure how much of the web application's code is co ...