0 votes
How code coverage is measured/tracked using Jenkins in a CI environment?
in Jenkins by

1 Answer

0 votes

Using language-specific code coverage plugins like JaCoCo, CodeCov, etc or generic tools/plugins like Sonarqube which will add the code coverage data to builds with some minor tweaks in the code and the same can be displayed as a graph in Jenkins.

by
...