Skip to content

Commit

Permalink
update sonar config
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Nov 26, 2024
1 parent 5833d84 commit fa44693
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 fa44693

Please sign in to comment.