Skip to content

Commit e909ed3

Browse files
committed
chore: #10 Fix SonarCloud project identifier
Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>
1 parent 81ca401 commit e909ed3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/steps.dotnet-build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
6868
run: |
6969
dotnet-sonarscanner begin `
70-
/k:"microcks_microcks-testcontainers-java" `
70+
/k:"microcks_microcks-testcontainers-dotnet" `
7171
/o:"microcks" `
7272
/d:sonar.token="${{ secrets.SONAR_TOKEN }}" `
7373
/d:sonar.host.url="https://sonarcloud.io" `
@@ -95,7 +95,7 @@ jobs:
9595
if: ${{ inputs.use-sonarcloud == true }}
9696
run: |
9797
dotnet tool install --global dotnet-coverage
98-
dotnet-coverage collect --output-format xml --output "coverage.xml" "dotnet test --no-build --configuration Release --logger trx"
98+
dotnet-coverage collect --output-format xml --output "coverage.xml" "dotnet test --no-build --configuration Release --logger trx --results-directory testresults"
9999
shell: pwsh
100100

101101
- name: Stop SonarQube Analysis

0 commit comments

Comments
 (0)