Skip to content

BarzanaPanajotova/golang-sonar-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Sonar Example with Ginkgo

This project is used as an example for the following Dzone article.

To run the tests execute from the root directory

ginkgo -cover -coverprofile=coverage.out -outputdir=.coverage ./...   

To run sonar analysis on an existing SonarQube server:

  1. Edit sonar-scanner.properties with your respective config
  2. Run the following:
     sonar-scanner -Dproject.settings=sonar-scanner.properties 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages