From 817034d176b0e72d257b9c8f0b3bc2eb545744af Mon Sep 17 00:00:00 2001 From: Arthur VALIN Date: Wed, 29 Mar 2023 10:40:55 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b69de44..e9fc300 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,10 +9,10 @@ steps: commands: - cd src - npm install - - npm run test --testResultsProcessor=jest-sonar-reporter + - npm run test - sonar-scanner -Dsonar.projectKey=Learnihon -Dsonar.sources=. -Dsonar.host.url=$${PLUGIN_SONAR_HOST} -Dsonar.login=$${PLUGIN_SONAR_TOKEN} -Dsonar.javascript.lcov.reportPaths=./test/coverage/lcov.info - -Dsonar.exclusions=src./test/coverage/lcov-report/**/* + -Dsonar.exclusions=./test/coverage/lcov-report/**/* secrets: [ SONAR_TOKEN ] settings: sonar_host: https://codefirst.iut.uca.fr/sonar/