
One issue that I ran into when generating JaCoCo reports is that I would get different reports for each of my test tasks. What I needed was to join the reports and get a single report for the overall test coverage of my code.
Testing in agile software development is crucial in assuring quality is delivered. Well defined testing strategies and high-level of automation make continuous delivery a reality.