working on test and sonar
continuous-integration/drone/push Build is failing Details

WORK-RHA
Rémi REGNAULT 1 year ago
parent 5847b9e091
commit bb9ac057ae

@ -96,6 +96,8 @@ steps:
settings: settings:
sources: ./API-Project/src sources: ./API-Project/src
tests: ./API-Project/tests tests: ./API-Project/tests
sonar.testExecutionReportPaths: ./API-Project/coverage/sonar-report.xml
javascript.lcov.reportPaths: ./API-Project/coverage/lcov.info
commands: commands:
- export SONAR_SCANNER_VERSION=4.7.0.2747 - export SONAR_SCANNER_VERSION=4.7.0.2747
- export SONAR_SCANNER_HOME=$HOME/.sonar/sonar-scanner-$SONAR_SCANNER_VERSION-linux - export SONAR_SCANNER_HOME=$HOME/.sonar/sonar-scanner-$SONAR_SCANNER_VERSION-linux

Loading…
Cancel
Save