Skip to content

Commit

Permalink
update sonar config
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 authored and peggimann committed Nov 27, 2024
1 parent 1c96651 commit 39d4e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ sonar.test.exclusions=backend/src/test/**/*
sonar.sources=frontend/src/app

sonar.coverage.exclusions=**/OkrApplication.java
sonar.coverage.jacoco.xmlReportPaths=backend/target/site/jacoco-merged-test-coverage-report/jacoco.xml
sonar.coverage.jacoco.xmlReportPaths=target/site/jacoco-merged-test-coverage-report/jacoco.xml
sonar.javascript.lcov.reportPaths=frontend/coverage/lcov.info

0 comments on commit 39d4e22

Please sign in to comment.