Bryan Pendleton <[email protected]> writes: >> I'm looking into setting up automatic runs with JaCoCo and have a >> partially working setup. The EMMA runs use multiple JVMs to cover all >> JDBC drivers and optional modules, but I've only set up JaCoCo with Java >> 7 for now. I think the results are useful nevertheless, so I'll see if I >> can get them published to some public server in their current shape, and >> hopefully I can improve them by adding more JVMs later. > > Wonderful! Thanks very much. I agree that a base run with JDK 7 > is quite helpful, and can provide a lot of value.
I've set up a Jenkins job on builds.apache.org. It currently runs derbyall and suites.All with Java 7 on Ubuntu. The latest coverage report can be found on this URL: https://builds.apache.org/job/Derby-JaCoCo/lastSuccessfulBuild/artifact/coverage-report/index.html It polls the svn repository three times a week (Monday, Wednesday, Friday) and produces a new coverage report if there are changes. -- Knut Anders
