diff --git a/.drone.yml b/.drone.yml index 2105983..e520f50 100644 --- a/.drone.yml +++ b/.drone.yml @@ -94,7 +94,8 @@ steps: SONAR_TOKEN: from_secret: SONAR_TOKEN settings: - sources: ./API-Project + sources: ./API-Project/src + tests: ./API-Project/tests commands: - export SONAR_SCANNER_VERSION=4.7.0.2747 - export SONAR_SCANNER_HOME=$HOME/.sonar/sonar-scanner-$SONAR_SCANNER_VERSION-linux