You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/asciidoc/dev_env/launch_dev.adoc
-15Lines changed: 0 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,18 +163,3 @@ You can check that you see cards into the feed by running the following scripts.
163
163
./test/resources/send6TestCards.sh
164
164
----
165
165
166
-
== Enabling local quality report generation
167
-
168
-
This step is optional and is generally not needed (only needed if you want a Sonarqube report locally)
169
-
170
-
Sonarqube reporting needs a `SonarQube` docker container.
171
-
Use the `${OF_HOME}/src/main/docker/test-quality-environment/docker-compose.yml` to get them all running.
172
-
173
-
To generate the quality report, run the following commands:
174
-
[source,shell]
175
-
----
176
-
cd ${OF_HOME}
177
-
./gradlew jacocoTestReport
178
-
----
179
-
180
-
To export the reports into the `SonarQube` docker instance, install and use link:https://docs.sonarqube.org/latest/analysis/scan/sonarscanner/[SonarScanner].
0 commit comments