Skip to content

Commit

Permalink
Adding backend/frontend dirs to ProjectBaseDir
Browse files Browse the repository at this point in the history
  • Loading branch information
acoard-aot committed Oct 21, 2024
1 parent 7ea51a8 commit ba65bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
-Dsonar.tests.inclusions=**/*spec.ts
-Dsonar.javascript.lcov.reportPaths=./coverage/lcov.info
-Dsonar.cpd.exclusions=**/migrations/**
-Dsonar.projectBaseDir=/
-Dsonar.projectBaseDir=${{ matrix.dir }}/
sonar_token: ${{ secrets[matrix.token] }}
triggers: ('${{ matrix.dir }}/')

Expand Down

0 comments on commit ba65bc7

Please sign in to comment.