Skip to content
Snippets Groups Projects
Commit e0c10801 authored by kon0379's avatar kon0379
Browse files

Update .gitlab-ci.yml file

parent b8b3e517
Branches
1 merge request!15merge: develop into main
Pipeline #858 canceled with stages
in 1 minute and 54 seconds
......@@ -104,7 +104,7 @@ sonarqube-check:
paths:
- .sonar/cache
script:
- "dotnet sonarscanner begin /k:\"kon0379DiplomaThesis\" /d:sonar.token=\"$SONAR_TOKEN\" /d:\"sonar.host.url=$SONAR_HOST_URL\" /d:sonar.cs.opencover.reportsPaths=\"**/TestResults/*/*.xml\""
- "dotnet sonarscanner begin /k:\"kon0379DiplomaThesis\" /d:sonar.token=\"$SONAR_TOKEN\" /d:\"sonar.host.url=$SONAR_HOST_URL\" /d:sonar.cs.opencover.reportsPaths=\"UnitTest/TestResults*/*.xml\""
- "sudo dotnet test --collect:\"XPlat Code Coverage\""
- "dotnet sonarscanner end /d:sonar.token=\"$SONAR_TOKEN\""
allow_failure: true
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment