Skip to content

Commit 11fefcb

Browse files
Remove .trx code coverage support
1 parent ee74c3c commit 11fefcb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/post-integration.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,12 @@ jobs:
5555
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
5656
shell: pwsh
5757
run: |
58-
dotnet sonarscanner begin `
58+
dotnet-sonarscanner begin `
5959
/k:"atc-azure-messaging" `
6060
/o:"atc-net" `
6161
/d:sonar.login="${{ secrets.SONAR_TOKEN }}" `
6262
/d:sonar.host.url="https://sonarcloud.io" `
63-
/d:sonar.cs.vstest.reportsPaths=./test/**/*.trx `
64-
/d:sonar.cs.vscoveragexml.reportsPaths=./test/**/*.coveragexml
63+
/d:sonar.cs.vscoveragexml.reportsPaths=**/*.coveragexml
6564
6665
- name: 🛠️ Build
6766
run: dotnet build -c Release --no-restore /p:UseSourceLink=true
@@ -81,7 +80,7 @@ jobs:
8180
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
8281
shell: pwsh
8382
run: |
84-
dotnet sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
83+
dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
8584
8685
- name: ⏩ Merge to stable-branch
8786
run: |

0 commit comments

Comments
 (0)