Skip to content

Commit

Permalink
Excluding the test files for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nupurdixit13 committed Jan 30, 2025
1 parent ca229fe commit a5f50d2
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 @@ -58,7 +58,7 @@ jobs:
-Dsonar.organization=bcgov-sonarcloud
-Dsonar.projectKey=bcgov-sonarcloud_nr-site-registry-${{ matrix.dir }}
-Dsonar.sources=src
-Dsonar.tests.inclusions=**/*spec.ts
# -Dsonar.tests.inclusions=**/*spec.ts
-Dsonar.javascript.lcov.reportPaths=./coverage/lcov.info
-Dsonar.cpd.exclusions=**/migrations/**
sonar_token: ${{ secrets[matrix.token] }}
Expand Down

0 comments on commit a5f50d2

Please sign in to comment.