The configuration of Jacoco Maven Plugin to analyse code coverage is not always well described.
Most of the time, the need to define a Maven property between Jacoco Plugin and Surefire Plugin is not explained and you won't get any coverage result without that :-(
The configuration used in this project is taken from Vogella article.
mvn test
firefox target/site/jacoco/index.html &
Uncomment the ignored tests.