Julien HAUTOT 2 years ago
parent 5461ed3f03
commit f3eb2bd3fd

@ -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

Loading…
Cancel
Save