mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
Exclude tests from Sonar (#10102)
This commit is contained in:
3
.github/workflows/scan.yml
vendored
3
.github/workflows/scan.yml
vendored
@@ -74,6 +74,7 @@ jobs:
|
||||
args: >
|
||||
-Dsonar.organization=${{ github.repository_owner }}
|
||||
-Dsonar.projectKey=${{ github.repository_owner }}_${{ github.event.repository.name }}
|
||||
-Dsonar.test.inclusions=**/*.spec.ts
|
||||
-Dsonar.tests=.
|
||||
-Dsonar.sources=.
|
||||
-Dsonar.test.inclusions=**/*.spec.ts
|
||||
-Dsonar.exclusions=**/*.spec.ts
|
||||
|
||||
Reference in New Issue
Block a user