mirror of
https://github.com/bitwarden/server.git
synced 2025-07-06 10:32:49 -05:00
Don't exclude tests from Sonar (#3844)
This commit is contained in:
1
.github/workflows/scan.yml
vendored
1
.github/workflows/scan.yml
vendored
@ -56,5 +56,4 @@ 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.exclusions=test/**
|
|
||||||
-Dsonar.tests=test/
|
-Dsonar.tests=test/
|
||||||
|
Reference in New Issue
Block a user