Code not being analysed

This is my sonar-project.properties. The sonar scanner analysis is not going through. I have attached the analysis dump and the analysis log screenshot. Would like to get an insight into why the code analysis is not happening.
sonar_analysis.txt (2.9 KB)

sonar.organization=xxx
sonar.projectKey=xxx
sonar.host.url=xxx
sonar.sourceEncoding=UTF-8
sonar.sources=bin/,config/,controllers/,middleware/,services/,models/,mongo/,utils/,Dockerfile,Jenkinsfile,Jenkinsfile-dev,swagger.js,server.js,ecosystem-dev.config.js,ecosystem.config.js
sonar.tests=test
sonar.coverage.exclusions=bin/**/*, config/**/*, models/**/*, mongo/**/*, utils/**/*, Dockerfile, Jenkinsfile, Jenkinsfile-dev, swagger.js, server.js, ecosystem-dev.config.js, ecosystem.config.js
sonar.cpd.exclusions=bin/**/*, config/**/*, models/**/*, mongo/**/*, utils/**/*, Dockerfile, Jenkinsfile, Jenkinsfile-dev, swagger.js, server.js, ecosystem-dev.config.js, ecosystem.config.js
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
sonar.c.file.suffixes=-
sonar.cpp.file.suffixes=-
sonar.scanner.dumpToFile=/analysis.txt

Hi,

Please provide the full analysis log in text format (versus screenshots).

 
Thx,
Ann