mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +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: >
|
args: >
|
||||||
-Dsonar.organization=${{ github.repository_owner }}
|
-Dsonar.organization=${{ github.repository_owner }}
|
||||||
-Dsonar.projectKey=${{ github.repository_owner }}_${{ github.event.repository.name }}
|
-Dsonar.projectKey=${{ github.repository_owner }}_${{ github.event.repository.name }}
|
||||||
-Dsonar.test.inclusions=**/*.spec.ts
|
|
||||||
-Dsonar.tests=.
|
-Dsonar.tests=.
|
||||||
-Dsonar.sources=.
|
-Dsonar.sources=.
|
||||||
|
-Dsonar.test.inclusions=**/*.spec.ts
|
||||||
|
-Dsonar.exclusions=**/*.spec.ts
|
||||||
|
|||||||
Reference in New Issue
Block a user