Skip to content

Commit 2e0d123

Browse files
authored
Update dotnet.yml
1 parent 8bceec3 commit 2e0d123

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
-Dsonar.organization=managedcode
4949
-Dsonar.projectKey=managedcode_Storage
5050
-Dsonar.token=${{ secrets.SONAR_TOKEN }}
51+
-Dsonar.cs.opencover.reportsPaths=${{ github.workspace }}/coverage/
5152
env:
5253
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5354
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
@@ -57,7 +58,7 @@ jobs:
5758
with:
5859
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5960
license: ${{ secrets.NDEPENDLICENSE }}
60-
coveragefolder: ${{ github.workspace }}/coverage
61+
coveragefolder: ${{ github.workspace }}/coverage/
6162
baseline: main_recent
6263
retention-days: 15
6364
#stopIfQGFailed: true

0 commit comments

Comments
 (0)