Skip to content

Commit f9a2c7b

Browse files
committed
Remove unneeded quality environment
Signed-off-by: freddidierRTE <[email protected]>
1 parent b449d4e commit f9a2c7b

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

docs/asciidoc/dev_env/launch_dev.adoc

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -163,18 +163,3 @@ You can check that you see cards into the feed by running the following scripts.
163163
./test/resources/send6TestCards.sh
164164
----
165165

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].

src/main/docker/test-quality-environment/docker-compose.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)