# Code Coverage by Testbenches ## Rendering ![Coverage Measure](../assets/images/coverage/coverage-measure.png) ![Coverage Code Decoration](../assets/images/coverage/code-decoration.png) ## ModelSim To decorate your code with coverage reports from ModelSim, see [detailed documentation on GitHub](https://github.com/Linty-Services/sonar-modelsim-plugin). ## Gcov To decorate your code with coverage reports formatted with Gcov, see [detailed Gcov documentation](https://gcovr.com/en/stable/output/sonarqube.html) to generate Gcov reports. Then, [run a scan of your code](https://hub.docker.com/r/lintyservices/linty-scanner) by adding the following property: ```properties sonar.coverageReportPaths= # For instance: sonar.coverageReportPaths=./coverage.xml ```