Code coverage

TODO: In Progress

Describes how to use the Jacoco code coverage when performing testing of the reference code.

With Jacoco included in the parent .pom, run 

mvn clean install site

to run the tests, and code coverage. The result of the code coverage can then be found at '/target/site/jacoco/*'.

Keep in mind, to run the Jacoco code-coverage, the pom needs to have <ForkCount> set to 1.