Skip to content
View monkcloud's full-sized avatar

Block or report monkcloud

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
monkcloud/README.md

#Run sonarqube in docker:

  • Go to docker directory in express-dispatch-common
  • Run docker-compose file
    • docker-compose -f docker-compose.sonarqube.yml up -d
  • Open sonarqube in browser
    • http://localhost:9000
  • Login with admin:admin and change password
  • Generate token from My Account / Security / Generate Tokens by entering a random Token name
  • Copy this token
  • Go to main directory of the project you want to analyze
  • Run test to see the coverage report in sonarqube
    • ./gradlew clean test
  • Run following command to analyze your code
    • ./gradlew sonarqube -Dsonar.login=<token_noted> -Dsonar.branch.name=<branch_name_to_analyze>
  • See the analyze result in
    • http://localhost:9000

Popular repositories Loading

  1. monkcloud monkcloud Public

    Config files for my GitHub profile.

    Java

  2. DevopsTuts DevopsTuts Public

    Hands-on Projects related to Devops

    Dockerfile

  3. DevOps DevOps Public

    Forked from ravdy/DevOps

    Jinja