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

feat: Add dotnet test to sonarscanner

parent e5ff85d8
1 merge request!15merge: develop into main
Pipeline #854 passed with stages
in 4 minutes and 18 seconds
......@@ -106,6 +106,7 @@ sonarqube-check:
script:
- "dotnet sonarscanner begin /k:\"kon0379DiplomaThesis\" /d:sonar.token=\"$SONAR_TOKEN\" /d:\"sonar.host.url=$SONAR_HOST_URL\" "
- "sudo dotnet build"
- "sudo dotnet test --collect \"Code Coverage\""
- "dotnet sonarscanner end /d:sonar.token=\"$SONAR_TOKEN\""
allow_failure: true
only:
......
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