diff --git a/.drone.yml b/.drone.yml index fcc0167..bb3a31f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,13 +17,13 @@ steps: - dotnet restore HeartTrack.sln - dotnet build HeartTrack.sln -c Release --no-restore - name: code-analysis - image: mcr.microsoft.com/dotnet/sdk:8.0 + image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet8 secrets: [ SECRET_SONAR_LOGIN ] environment: sonar_host: https://codefirst.iut.uca.fr/sonar/ sonar_token: from_secret: SECRET_SONAR_LOGIN - project_key: MyProjectKey + project_key: HeartTrack-API coverage_exclusions: "Tests/**" commands: - cd src/