Skip to content

Commit

Permalink
fix: sonarqube issues
Browse files Browse the repository at this point in the history
- remove sonarqube token from properties file (will be provided via GH secret)
- add additional coverage paths
  • Loading branch information
cgawron committed Oct 7, 2024
1 parent 3ebe2a5 commit 928ad21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sonar.projectKey=book_me
sonar.projectName=book_me
sonar.sources=client/src,common/src,backend
sonar.tests=common/src
sonar.sources=client/src,common/src,backend/src
sonar.test.inclusions=**/test/*.spec.ts
sonar.coverage.exclusions=**/test/*.spec.ts
sonar.javascript.lcov.reportPaths=common/coverage/lcov.info
sonar.javascript.lcov.reportPaths=**/coverage/lcov.info
sonar.host.url=http://hopper.fh-swf.de/sonarqube

0 comments on commit 928ad21

Please sign in to comment.