mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-25 12:15:18 +01:00
Exclude tests from Sonar (#10102)
This commit is contained in:
parent
d852a5ff07
commit
7d96a95d24
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
|
||||||
|
Loading…
Reference in New Issue
Block a user