Skip to content

Commit

Permalink
test: added java to sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
Toto-hitori committed Mar 5, 2024
1 parent 829ebc3 commit 2e54bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ sonar.projectVersion=1.0

# Encoding of the source code. Default is default system encoding
sonar.host.url=https://sonarcloud.io
sonar.language=js
sonar.language=js,java
sonar.projectName=wiq_en2b

sonar.coverage.exclusions=**/*.test.js,**/*.test.jsx
sonar.sources=webapp/src/components
sonar.sources=webapp/src/components,api/src/main/java
sonar.sourceEncoding=UTF-8
sonar.exclusions=node_modules/**
sonar.javascript.lcov.reportPaths=**/coverage/lcov.info

0 comments on commit 2e54bf4

Please sign in to comment.