File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ docker-push:
37
37
docker push twilio/twilio-csharp:${CURRENT_TAG}
38
38
39
39
cover :
40
- dotnet sonarscanner begin /k:" $( PROJECT_NAME) " /o:" twilio" /d:sonar.host.url=https://sonarcloud.io /d:sonar.login =" ${SONAR_TOKEN} " /d:sonar.language=" cs" $(SONAR_SOURCES ) /d:sonar.cs.opencover.reportsPaths=" test/lcov.net451.opencover.xml"
40
+ dotnet sonarscanner begin /k:" $( PROJECT_NAME) " /o:" twilio" /d:sonar.host.url=https://sonarcloud.io /d:sonar.token =" ${SONAR_TOKEN} " /d:sonar.language=" cs" $(SONAR_SOURCES ) /d:sonar.cs.opencover.reportsPaths=" test/lcov.net451.opencover.xml"
41
41
# Write to a log file since the logs for build with sonar analyzer are pretty beefy and travis has a limit on the number of log lines
42
42
dotnet build Twilio.sln > buildsonar.log
43
43
dotnet test test/Twilio.Test/Twilio.Test.csproj --no-build /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=../lcov
44
- dotnet sonarscanner end /d:sonar.login =" ${SONAR_TOKEN} "
44
+ dotnet sonarscanner end /d:sonar.token =" ${SONAR_TOKEN} "
45
45
46
46
cache :
47
47
directories:
You can’t perform that action at this time.
0 commit comments