Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.03 KB

File metadata and controls

17 lines (14 loc) · 1.03 KB

CircleCI codecov sonar

Node (Typescript) Application Server using Clean Architecture

Run Sonar Cloud

docker run -ti -v $(pwd):/root/src omarcoteixeira/docker-sonar-scanner:v1 sonar-scanner \
  -Dsonar.projectBaseDir=/root/src \
  -Dsonar.projectKey=node-typescript-clean-architecture \
  -Dsonar.organization=omarcoteixeira-github \
  -Dsonar.sources=. \
  -Dsonar.host.url=https://sonarcloud.io \
  -Dsonar.login=$SONAR_SCANNER_LOGIN