LU07c - Code coverage with SonarQube

Internal reference: learningunits/07-3.md

Goals

  1. I can set up SonarQube for generating code coverage reports.
  2. I can count out (aufzählen) at least three benefits of SonarQube as a tool.
  3. If there are any errors, I can analyze the error, suggest and test an initial workaround (troubleshooting).


Basics

This article explains, how to install and configure SonarQube for generating code coverage reports. Internal reference 06-3.md


Exercises

  1. Work on 07/02_Exercises/a03 - according to the learning objectives (see course repository).
  2. If there is an error, read the message carefully, think about a solution and implement it.

Daniel Garavaldi