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

1 Answer

0 votes
by

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.

Related questions

0 votes
asked Sep 8, 2019 in Jenkins by ivor2019
0 votes
asked Apr 29, 2021 in Jenkins by SakshiSharma
...