Skip to content

Commit

Permalink
Fix Sonar configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
yurloc committed Feb 4, 2020
1 parent 47633f1 commit 68216b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions optaweb-vehicle-routing-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

<properties>
<sonar.sources>src</sonar.sources>
<sonar.test.inclusions>**/*test.ts,**/*test.tsx</sonar.test.inclusions>
<sonar.javascript.lcov.reportPaths>coverage/lcov.info</sonar.javascript.lcov.reportPaths>

<!-- Frontend properties -->
Expand Down
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@
<properties>
<!-- Define JaCoCo agent argLine property to avoid Surefire failure when JaCoCo is not enabled. -->
<jacoco.agent.argLine/>
<sonar.test.inclusions>
optaweb-vehicle-routing-frontend/**/*test.ts,
optaweb-vehicle-routing-frontend/**/*test.tsx
</sonar.test.inclusions>
<version.com.h2database>1.4.199</version.com.h2database>
<version.javax.validation>2.0.1.Final</version.javax.validation>
<version.org.mockito>3.1.0</version.org.mockito>
Expand Down

0 comments on commit 68216b8

Please sign in to comment.