Skip to content

Commit f41c708

Browse files
committed
opencover.xml
1 parent 30ca032 commit f41c708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ steps:
2626
# - https://github.com/Microsoft/vsts-tasks/issues/8291
2727
#
2828
- script: |
29-
%USERPROFILE%\.dotnet\tools\dotnet-sonarscanner begin /k:"system.linq.dynamic.core" /o:"stefh-github" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login="$(SONAR_TOKEN)" /v:"$(buildId)" /d:sonar.cs.opencover.reportsPaths="**\coverage.opencover.xml"
29+
%USERPROFILE%\.dotnet\tools\dotnet-sonarscanner begin /k:"system.linq.dynamic.core" /o:"stefh-github" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login="$(SONAR_TOKEN)" /v:"$(buildId)" /d:sonar.cs.opencover.reportsPaths="**\coverage.netcoreapp2.1.opencover.xml"
3030
condition: and(succeeded(), eq(variables['SonarScanner'], 'yes'))
3131
displayName: Begin SonarScanner
3232

@@ -53,7 +53,7 @@ steps:
5353

5454
# Upload coverage to codecov.io
5555
- script: |
56-
%USERPROFILE%\.nuget\packages\codecov\1.10.0\tools\codecov.exe -f "./test/System.Linq.Dynamic.Core.Tests/coverage.opencover.xml" -t $(CODECOV_TOKEN)
56+
%USERPROFILE%\.nuget\packages\codecov\1.10.0\tools\codecov.exe -f "./test/System.Linq.Dynamic.Core.Tests/coverage.netcoreapp2.1.opencover.xml" -t $(CODECOV_TOKEN)
5757
displayName: Upload coverage to codecov.io
5858

5959
- task: PublishTestResults@2

0 commit comments

Comments
 (0)