Tag Archives: Automation

Running Clover on Bamboo – Code Coverage

Code coverage is the percentage of your source code that is covered by the automated tests. It determines which part of your code has been covered/executed in the test and which part are not covered. The importance of code coverage … Continue reading

Posted in How to, Java, Software | Tagged , , , , , , , , , , , | Leave a comment

Bamboo and Jenkins – Continuous Integration

When considering Continuous Integration (CI) for your project, you have to think of tools that are readily available out there. Few such names that comes to our attention are Jenkins (Hudson), Bamboo, etc that are widely used by some of … Continue reading

Posted in How to, Java, Software | Tagged , , , , , , , , , | 3 Comments