From f3eb2bd3fde3fb0707620552a94bf438fe5d82ff Mon Sep 17 00:00:00 2001 From: Julien HAUTOT Date: Tue, 22 Nov 2022 17:33:26 +0100 Subject: [PATCH] sonar --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5547461..abda349 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,7 @@ steps: #- pip install coverage #- pip install parameterized #- nosetests --with-coverage --cover-branches --cover-xml - - nosetests connect4/tests/*_ut.py --with-coverage --cover-branches --cover-xml + - nosetests connect4/test/*_ut.py --with-coverage --cover-branches --cover-xml #- cat coverage.xml #- export #- env @@ -31,7 +31,7 @@ steps: - /opt/sonar-scanner/bin/sonar-scanner -Dsonar.login=$PLUGIN_SONAR_TOKEN settings: # accessible en ligne de commande par $${PLUGIN_SONAR_HOST} - sonar_host: https://codefirst.ddns.net/sonar/ + sonar_host: https://codefirst.iut.uca.fr/sonar/ # accessible en ligne de commande par $${PLUGIN_SONAR_TOKEN} sonar_token: from_secret: SECRET_SONAR_LOGIN