This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit fb665ac7 authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

Still fixing Jenkins/Sonar analysis

parent 8c195aaf
Branches
1 merge request!17Initial Merge to Prepare Release 1.0.0
......@@ -3,11 +3,12 @@ sonar.projectName=gitsearch generated by jhipster
sonar.projectVersion=1.0
sonar.sources=src/main/
sonar.host.url=http://localhost:9001
sonar.tests=src/test/
sonar.coverage.jacoco.xmlReportPaths=target/jacoco/test/jacoco.xml,target/jacoco/integrationTest/jacoco.xml
sonar.java.codeCoveragePlugin=jacoco
sonar.java.sources=src/main/java
sonar.java.binaries=target/classes
sonar.junit.reportPaths=target/test-results/test,target/test-results/integrationTest
sonar.testExecutionReportPaths=target/test-results/jest/TESTS-results-sonar.xml
sonar.typescript.lcov.reportPaths=target/test-results/lcov.info
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment