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

Update .gitlab-ci.yml file

parent f1595623
1 merge request!15merge: develop into main
Pipeline #867 passed with stages
in 4 minutes and 21 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.vscoveragexml.reportsPaths=coverage.xml
- "dotnet sonarscanner begin /k:\"kon0379DiplomaThesis\" /d:sonar.token=\"$SONAR_TOKEN\" /d:\"sonar.host.url=$SONAR_HOST_URL\" /d:sonar.cs.vscoveragexml.reportsPaths=coverage.xml"
- sudo dotnet build --no-incremental
- sudo /home/fei/kon0379/.dotnet/tools/dotnet-coverage collect "dotnet test" -f xml -o "coverage.xml"
- "dotnet sonarscanner end /d:sonar.token=\"$SONAR_TOKEN\""
......
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