Jenkins Core and Plugin Contributor

Jenkins Core and Plugin Contributor

Cobertura

Cobertura is an open source code coverage tool. When unit/integration tests are executed it will show which lines of code were covered from the tests. This could reveal areas of code without proper coverage from tests and/or could require more testing in specific areas.

Cobertura home site

Challenges & Requirements

Cobertura will alter the java byte code and inject code at compile time to validate that a

Choose Colour